diff options
author | Steven G. Kargl <kargl@gcc.gnu.org> | 2009-08-23 17:54:26 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2009-08-23 17:54:26 +0000 |
commit | 2e71091067d06cf58f634bca8d22b32b5c21a63f (patch) | |
tree | 5cdea41f402c59fae0e47e1ae77412c11370976e /gcc | |
parent | 61ae58d47d419ffabbd00c314e969dfac0ac72ae (diff) | |
download | gcc-2e71091067d06cf58f634bca8d22b32b5c21a63f.zip gcc-2e71091067d06cf58f634bca8d22b32b5c21a63f.tar.gz gcc-2e71091067d06cf58f634bca8d22b32b5c21a63f.tar.bz2 |
gfortran.texi: Document the ERRMSG, SOURCE, and type-spec F2003 features are implemented.
2009-08-23 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.texi: Document the ERRMSG, SOURCE, and type-spec
F2003 features are implemented.
From-SVN: r151035
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/gfortran.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index f9e4932..0031e1d 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -858,6 +858,14 @@ TR 15581: @end itemize @item +@cindex @code{ALLOCATE} +The @code{ERRMSG=} tag is now supported in @code{ALLOCATE} and +@code{DEALLOCATE} statements. The @code{SOURCE=} tag is supported +in an @code{ALLOCATE} statement. An @emph{intrinsic-type-spec} +can be used as the @emph{type-spec} in an @code{ALLOCATE} statement; +while the use of a @emph{derived-type-name} is currently unsupported. + +@item @cindex @code{STREAM} I/O @cindex @code{ACCESS='STREAM'} I/O The @code{OPEN} statement supports the @code{ACCESS='STREAM'} specifier, |