diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index bbcee7a9f4c5..99a35e539bc0 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2006-08-20 Janne Blomqvist + + PR fortran/25828 + * gfortran.texi: Mention STREAM I/O among supported F2003 + features. + 2006-08-20 Paul Thomas PR fortran/28601 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 461eb2aae87c..498902e1ae4f 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