gfortran.texi: Update Fortran 2003 section.
2006-12-10 Tobias Burnus <burnus@net-b.de> * gfortran.texi: Update Fortran 2003 section. From-SVN: r119710
This commit is contained in:
parent
ee7e677fdd
commit
669353d549
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-12-10 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
|
* gfortran.texi: Update Fortran 2003 section.
|
||||||
|
|
||||||
2006-12-10 Tobias Burnus <burnus@net-b.de>
|
2006-12-10 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
PR fortran/23994
|
PR fortran/23994
|
||||||
|
|
|
@ -1383,6 +1383,14 @@ allowing I/O without any record structure.
|
||||||
@item
|
@item
|
||||||
Namelist input/output for internal files.
|
Namelist input/output for internal files.
|
||||||
|
|
||||||
|
@item
|
||||||
|
@cindex @code{PROTECTED}
|
||||||
|
The @code{PROTECTED} statement and attribute.
|
||||||
|
|
||||||
|
@item
|
||||||
|
@cindex @code{VALUE}
|
||||||
|
The @code{VALUE} statement and attribute.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
@cindex @code{VOLATILE}
|
@cindex @code{VOLATILE}
|
||||||
The @code{VOLATILE} statement and attribute.
|
The @code{VOLATILE} statement and attribute.
|
||||||
|
@ -1392,6 +1400,12 @@ The @code{VOLATILE} statement and attribute.
|
||||||
The @code{IMPORT} statement, allowing to import
|
The @code{IMPORT} statement, allowing to import
|
||||||
host-associated derived types.
|
host-associated derived types.
|
||||||
|
|
||||||
|
@item
|
||||||
|
@cindex @code{USE, INTRINSIC}
|
||||||
|
@cindex @code{ISO_FORTRAN_ENV}
|
||||||
|
@code{USE} statement with @code{INTRINSIC} and @code{NON_INTRINSIC}
|
||||||
|
attribute; supported intrinsic modules: @code{ISO_FORTRAN_ENV},
|
||||||
|
@code{OMP_LIB} and @code{OMP_LIB_KINDS}.
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue