gfortran.texi: Note variable initialization causes SAVE attribute.
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 26 Aug 2006 17:28:09 +0000 (17:28 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 26 Aug 2006 17:28:09 +0000 (17:28 +0000)
2006-08-26  Tobias Burnus  <burnus@net-b.de>

    * 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.

From-SVN: r116472

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

index ba6a3f18927ddd1a1049aba3d942b849f4a40f30..98fb63abb2d148815eaa5d6274e27747d77f1029 100644 (file)
@@ -1,12 +1,19 @@
-2006-08-26  Daniel Franke <franke.daniel@gmail.com>
+2006-08-26  Tobias Burnus  <burnus@net-b.de>
+
+       * 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  <franke.daniel@gmail.com>
 
        * 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 <franke.daniel@gmail.com>,
-           Brooks Moses <bmoses@stanford.edu>
+2006-08-24  Daniel Franke  <franke.daniel@gmail.com>,
+           Brooks Moses  <bmoses@stanford.edu>
 
        * intrinsic.texi: Added doc-stubs for undocumented intrinsics,
        added a "See Also" section, renamed the "Options" section to
index ff07d09533296aa53e002ffd9bda36ed1ae95470..a20ef7650b813648f3eef1592143ec0fcc6271b4 100644 (file)
@@ -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