OSDN Git Service

2009-08-23 Steven G. Kargl <kargl@gcc.gnu.org>
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Aug 2009 17:54:26 +0000 (17:54 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Aug 2009 17:54:26 +0000 (17:54 +0000)
* gfortran.texi: Document the ERRMSG, SOURCE, and type-spec
F2003 features are implemented.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151035 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/gfortran.texi

index f9e4932..0031e1d 100644 (file)
@@ -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,