mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
09416794b7
commit
ffcba5714a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue