From d60ecc802d42145a7ee6fad23d13262424ed51a2 Mon Sep 17 00:00:00 2001 From: "Steven G. Kargl" Date: Sat, 26 Aug 2006 17:28:09 +0000 Subject: 2006-08-26 Tobias Burnus * gfortran.texi: Note variable initialization causes SAVE attribute. * intrinsic.texi: Clarify support for KIND=16 and KIND=10. Mention -std=f2003. Cross reference INQUIRE from ACCESS intrinsic. Add missing ) in ACOS. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@116472 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 13 ++++++++++--- gcc/fortran/gfortran.texi | 3 +++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ba6a3f18927..98fb63abb2d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,12 +1,19 @@ -2006-08-26 Daniel Franke +2006-08-26 Tobias Burnus + + * gfortran.texi: Note variable initialization causes SAVE attribute. + * intrinsic.texi: Clarify support for KIND=16 and KIND=10. + Mention -std=f2003. Cross reference INQUIRE from ACCESS intrinsic. + Add missing ) in ACOS. + +2006-08-26 Daniel Franke * intrinsic.texi: Update Copyright date. Added documentation for ACOSH, AND, ASINH, ATANH, CHDIR, FGET, FGETC, FPUT, FPUTC, GETCWD, OR and XOR intrinsics, removed inadvertently introduced doc-stubs for EQV and NEQV, corrected some typographical errors. -2006-08-24 Daniel Franke , - Brooks Moses +2006-08-24 Daniel Franke , + Brooks Moses * intrinsic.texi: Added doc-stubs for undocumented intrinsics, added a "See Also" section, renamed the "Options" section to diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index ff07d095332..a20ef7650b8 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -801,6 +801,9 @@ Examples of standard conforming code equivalent to the above example, are: DATA i,j,x /1,2,3*0.,1./ @end smallexample +Note that variables initialized in type declarations +automatically acquire the @code{SAVE} attribute. + @node Extensions to namelist @section Extensions to namelist @cindex Namelist -- cgit v1.2.3