re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)
authorJanne Blomqvist <jb@gcc.gnu.org>
Sun, 20 Aug 2006 09:22:04 +0000 (12:22 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sun, 20 Aug 2006 09:22:04 +0000 (12:22 +0300)
2006-08-20  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/25828
* gfortran.texi: Mention STREAM I/O among supported F2003
features.

From-SVN: r116271

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index bbcee7a9f4c595bbd28563e14d536da0c45dcbc2..99a35e539bc0d72ee4e7557c157450490aaca942 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-20  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       PR fortran/25828
+       * gfortran.texi: Mention STREAM I/O among supported F2003
+       features.
+
 2006-08-20  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/28601
index 461eb2aae87c39642d17ff0f53398c83388a9848..498902e1ae4faa3d8a26f89c90b1d2c9a7e42c9e 100644 (file)
@@ -1383,6 +1383,14 @@ The @code{ALLOCATABLE} attribute for dummy arguments.
 @code{ALLOCATABLE} function results
 @end itemize
 
+@item
+@cindex @code{STREAM} I/O
+@cindex @code{ACCESS='STREAM'} I/O
+The @code{OPEN} statement supports the @code{ACCESS='STREAM'} specifier,
+allowing I/O without any record structure.
+
+
+
 @end itemize