From 669353d549aedd17bc36ca74bc30d28d21e7795f Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Sun, 10 Dec 2006 22:22:49 +0100 Subject: [PATCH] gfortran.texi: Update Fortran 2003 section. 2006-12-10 Tobias Burnus * gfortran.texi: Update Fortran 2003 section. From-SVN: r119710 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d211080eae58..16845eef8f50 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-12-10 Tobias Burnus + + * gfortran.texi: Update Fortran 2003 section. + 2006-12-10 Tobias Burnus PR fortran/23994 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 023ed80819d6..4300bdf85671 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1383,6 +1383,14 @@ allowing I/O without any record structure. @item 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 @cindex @code{VOLATILE} The @code{VOLATILE} statement and attribute. @@ -1392,6 +1400,12 @@ The @code{VOLATILE} statement and attribute. The @code{IMPORT} statement, allowing to import 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 -- 2.47.3