From ae03e2bc8282fcda9b3d7a4ed25d35ff282c0fa2 Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 4 Jan 2007 01:37:27 +0000 Subject: [PATCH] * intrinsic.texi (Introduction): Rewrite first paragraph. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120426 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/intrinsic.texi | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 47129a30b498..d353efb67139 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-01-03 Brooks Moses + + * intrinsic.texi (Introduction): Rewrite first paragraph. + 2007-01-03 Brooks Moses * invoke.texi (OpenMP): Added index entry. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index ed40e757ba13..c86f9f9535ac 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 -- 2.47.3