summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-10 21:22:49 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-10 21:22:49 +0000
commit322026327df36027e148aabd5df318c8376ea1ab (patch)
tree7d72a2841d4ee20b27da5c7f740589b906b49899 /gcc
parent3ea52af31c6ee2b96ce6be5ac7c4aa336a05f01e (diff)
downloadgcc-322026327df36027e148aabd5df318c8376ea1ab.tar.gz
2006-12-10 Tobias Burnus <burnus@net-b.de>
* gfortran.texi: Update Fortran 2003 section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119710 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/gfortran.texi14
2 files changed, 18 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index d211080eae5..16845eef8f5 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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).
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 023ed80819d..4300bdf8567 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -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