diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-01-04 01:37:27 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-01-03 17:37:27 -0800 |
commit | e1b4184c7b558a8a0927556e35861d1dd6e02683 (patch) | |
tree | 0e54ce7744e7ca5ad02e7198e2cab4efeb351ff1 /gcc/fortran/intrinsic.texi | |
parent | 7816b87eb16eea7819a8b232f69fa1b9a7418bf7 (diff) | |
download | gcc-e1b4184c7b558a8a0927556e35861d1dd6e02683.zip gcc-e1b4184c7b558a8a0927556e35861d1dd6e02683.tar.gz gcc-e1b4184c7b558a8a0927556e35861d1dd6e02683.tar.bz2 |
* intrinsic.texi (Introduction): Rewrite first paragraph.
From-SVN: r120426
Diffstat (limited to 'gcc/fortran/intrinsic.texi')
-rw-r--r-- | gcc/fortran/intrinsic.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index ed40e75..c86f9f9 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -254,13 +254,13 @@ Some intrinsics have documentation yet to be completed as indicated by 'document @node Introduction @section Introduction to intrinsic procedures -GNU Fortran provides a rich set of intrinsic procedures that includes all -the intrinsic procedures required by the Fortran 95 standard, a set of -intrinsic procedures for backwards compatibility with Gnu Fortran 77 -(i.e., @command{g77}), and a small selection of intrinsic procedures -from the Fortran 2003 standard. Any description here, which conflicts with a -description in either the Fortran 95 standard or the Fortran 2003 standard, -is unintentional and the standard(s) should be considered authoritative. +The intrinsic procedures provided by GNU Fortran include all of the +intrinsic procedures required by the Fortran 95 standard, a set of +intrinsic procedures for backwards compatibility with G77, and a small +selection of intrinsic procedures from the Fortran 2003 standard. Any +conflict between a description here and a description in either the +Fortran 95 standard or the Fortran 2003 standard is unintentional, and +the standard(s) should be considered authoritative. The enumeration of the @code{KIND} type parameter is processor defined in the Fortran 95 standard. GNU Fortran defines the default integer type and |