]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gfortran.texi (Standards): Update to current status.
authorBrooks Moses <bmoses@stanford.edu>
Tue, 10 Oct 2006 18:08:08 +0000 (18:08 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Tue, 10 Oct 2006 18:08:08 +0000 (11:08 -0700)
2006-10-10  Brooks Moses  <bmoses@stanford.edu>

* gfortran.texi (Standards): Update to current status.

From-SVN: r117608

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

index 8cdffb3313666bcc80e2f474e22a299fcd11d528..1b0d346e2c1e8f0a76ec4ff4dca37026ee4ae16c 100644 (file)
@@ -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>
 
index f48f28ab72a9bf3bf7c06c3c46412c3f2c49433d..d0e7bc7f209a342570bead7dc7a7d9a83261ae03 100644 (file)
@@ -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::