diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2006-08-20 12:22:04 +0300 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2006-08-20 12:22:04 +0300 |
commit | ffcba5714a04c13509e3751305b6a11124cc542c (patch) | |
tree | 06a48adf4a7447c39cb2d059b436d40aa3506b73 /gcc | |
parent | 09416794b764ccb7a7b52fa3ef04a97692a8fcb2 (diff) | |
download | gcc-ffcba5714a04c13509e3751305b6a11124cc542c.zip gcc-ffcba5714a04c13509e3751305b6a11124cc542c.tar.gz gcc-ffcba5714a04c13509e3751305b6a11124cc542c.tar.bz2 |
re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index bbcee7a..99a35e5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 461eb2a..498902e 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -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 |