summaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-10 18:08:08 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-10 18:08:08 +0000
commitd0dbd3043cea384d6b918d9e302ddffd9e032f44 (patch)
treed74270aa86456ef3120c1dce79392dc2f2c046e9 /gcc/fortran
parent86e5a972435e7206f100334091ed10c0bded9bb5 (diff)
downloadgcc-d0dbd3043cea384d6b918d9e302ddffd9e032f44.tar.gz
2006-10-10 Brooks Moses <bmoses@stanford.edu>
* gfortran.texi (Standards): Update to current status. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog10
-rw-r--r--gcc/fortran/gfortran.texi14
2 files changed, 12 insertions, 12 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 8cdffb33136..1b0d346e2c1 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,10 +1,6 @@
-2006-10-09 Brooks Moses <bmoses@stanford.edu>
-
- * Changelog: Undid erroneous tab-to-space conversion on last entry.
-
-2006-10-09 Brooks Moses <bmoses@stanford.edu>
+2006-10-10 Brooks Moses <bmoses@stanford.edu>
- * Changelog: Added spaces after * on last two entries.
+ * gfortran.texi (Standards): Update to current status.
2006-10-09 Brooks Moses <bmoses@stanford.edu>
@@ -13,7 +9,7 @@
2006-10-09 Brooks Moses <bmoses@stanford.edu>
- * intrinsic.texi: (MOVE_ALLOC) changed "Options" to "Standards".
+ * intrinsic.texi (MOVE_ALLOC): changed "Options" to "Standards".
2006-10-09 Steven G. Kargl <kargl@gcc.gnu.org>
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index f48f28ab72a..d0e7bc7f209 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -1307,12 +1307,16 @@ please contact a project maintainer.
@chapter Standards
@cindex Standards
-The GNU Fortran compiler aims to be a conforming implementation of
-ISO/IEC 1539:1997 (Fortran 95).
+The GNU Fortran compiler implements
+ISO/IEC 1539:1997 (Fortran 95). As such, it can also compile essentially all
+standard-compliant Fortran 90 and Fortran 77 programs. It also supports
+the ISO/IEC TR-15581 enhancements to allocatable arrays, and
+the @uref{http://www.openmp.org/drupal/mp-documents/spec25.pdf,
+OpenMP Application Program Interface v2.5} specification.
-In the future it may also support other variants of and extensions to
-the Fortran language. These include ANSI Fortran 77, ISO Fortran 90,
-ISO Fortran 2003 and OpenMP.
+In the future, the GNU Fortran compiler may also support other standard
+variants of and extensions to the Fortran language. These include
+ISO/IEC 1539-1:2004 (Fortran 2003).
@menu
* Fortran 2003 status::