From: Steven G. Kargl Date: Sun, 23 Aug 2009 17:54:26 +0000 (+0000) Subject: gfortran.texi: Document the ERRMSG, SOURCE, and type-spec F2003 features are implemented. X-Git-Tag: releases/gcc-4.5.0~3886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e71091067d06cf58f634bca8d22b32b5c21a63f;p=thirdparty%2Fgcc.git gfortran.texi: Document the ERRMSG, SOURCE, and type-spec F2003 features are implemented. 2009-08-23 Steven G. Kargl * gfortran.texi: Document the ERRMSG, SOURCE, and type-spec F2003 features are implemented. From-SVN: r151035 --- diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index f9e49325b8e4..0031e1d20952 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -857,6 +857,14 @@ TR 15581: @code{ALLOCATABLE} components of derived types @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