gfortran.texi: Update Fortran 2003 section.
authorTobias Burnus <burnus@net-b.de>
Sun, 10 Dec 2006 21:22:49 +0000 (22:22 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 10 Dec 2006 21:22:49 +0000 (22:22 +0100)
2006-12-10  Tobias Burnus  <burnus@net-b.de>

* gfortran.texi: Update Fortran 2003 section.

From-SVN: r119710

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index d211080..16845ee 100644 (file)
@@ -1,5 +1,9 @@
 2006-12-10  Tobias Burnus  <burnus@net-b.de>
 
+       * gfortran.texi: Update Fortran 2003 section.
+
+2006-12-10  Tobias Burnus  <burnus@net-b.de>
+
        PR fortran/23994
        * interface.c (compare_actual_formal): PROTECTED is incompatible
          with intent(out).
index 023ed80..4300bdf 100644 (file)
@@ -1384,6 +1384,14 @@ allowing I/O without any record structure.
 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