From a3fd80eade6e515fef7bce24e178dd4c986e6ae1 Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Thu, 15 Dec 2011 18:26:02 +0000 Subject: re PR fortran/51310 (-finit-bla doesn't initialize *all* items of type bla to the requested constant.) 2011-12-15 Toon Moene PR fortran/51310 * resolve.c (build_default_init_expr): Allow non-allocatable, non-compile-time-constant-shape arrays to have a default initializer. * invoke.texi: Delete the restriction on automatic arrays not From-SVN: r182384 --- gcc/fortran/invoke.texi | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/fortran/invoke.texi') diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index f25af40..e2661f3 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -1474,8 +1474,6 @@ the real and imaginary parts of local @code{COMPLEX} variables), value) options. These options do not initialize @itemize @bullet @item -automatic arrays -@item allocatable arrays @item components of derived type variables -- cgit v1.1