re PR fortran/51310 (-finit-bla doesn't initialize *all* items of type bla to the...
authorToon Moene <toon@moene.org>
Thu, 8 Dec 2011 18:38:32 +0000 (18:38 +0000)
committerToon Moene <toon@gcc.gnu.org>
Thu, 8 Dec 2011 18:38:32 +0000 (18:38 +0000)
2011-12-08  Toon Moene  <toon@moene.org>

PR fortran/51310
* invoke.texi: Itemize the cases for which
-finit-<type>=<constant> doesn't work.

From-SVN: r182127

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index 6959a70319c67b5d41f193036401a2fa4f7f2247..d90aad1548e5a4d83c71339cf6e0dff612c7297e 100644 (file)
@@ -1,3 +1,9 @@
+2011-12-08  Toon Moene  <toon@moene.org>
+
+       PR fortran/51310
+       * invoke.texi: Itemize the cases for which
+       -finit-<type>=<constant> doesn't work.
+
 2011-12-06  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/51435
index 7337f9279bac07b0f2f9a2eb89e9d1cea0c3cc8b..f25af405c9ab6b21f2dec9ab4146fa14e7a3254a 100644 (file)
@@ -1471,10 +1471,18 @@ initialization options are provided by the
 the real and imaginary parts of local @code{COMPLEX} variables),
 @option{-finit-logical=@var{<true|false>}}, and
 @option{-finit-character=@var{n}} (where @var{n} is an ASCII character
-value) options.  These options do not initialize components of derived
-type variables, nor do they initialize variables that appear in an
-@code{EQUIVALENCE} statement.  (This limitation may be removed in
-future releases).
+value) options.  These options do not initialize
+@itemize @bullet
+@item
+automatic arrays
+@item
+allocatable arrays
+@item
+components of derived type variables
+@item
+variables that appear in an @code{EQUIVALENCE} statement.
+@end itemize
+(These limitations may be removed in future releases).
 
 Note that the @option{-finit-real=nan} option initializes @code{REAL}
 and @code{COMPLEX} variables with a quiet NaN. For a signalling NaN