From: Tobias Burnus Date: Sun, 10 Dec 2006 21:22:49 +0000 (+0100) Subject: gfortran.texi: Update Fortran 2003 section. X-Git-Tag: releases/gcc-4.3.0~8042 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=669353d549aedd17bc36ca74bc30d28d21e7795f;p=thirdparty%2Fgcc.git gfortran.texi: Update Fortran 2003 section. 2006-12-10 Tobias Burnus * gfortran.texi: Update Fortran 2003 section. From-SVN: r119710 --- 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