[Bug fortran/51310] -finit-bla doesn't initialize *all* items of type bla to the requested constant.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51310 --- Comment #4 from toon at gcc dot gnu.org 2011-12-08 18:38:39 UTC --- Author: toon Date: Thu Dec 8 18:38:32 2011 New Revision: 182127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182127 Log: 2011-12-08 Toon Moene PR fortran/51310 * invoke.texi: Itemize the cases for which -finit-= doesn't work. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/invoke.texi
[Bug fortran/51310] -finit-bla doesn't initialize *all* items of type bla to the requested constant.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51310 --- Comment #5 from toon at gcc dot gnu.org 2011-12-08 20:58:31 UTC --- Author: toon Date: Thu Dec 8 20:58:23 2011 New Revision: 182138 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182138 Log: 2011-12-08 Toon Moene PR fortran/51310 * invoke.texi: Itemize the cases for which -finit-= doesn't work. Modified: branches/gcc-4_6-branch/gcc/fortran/ChangeLog branches/gcc-4_6-branch/gcc/fortran/invoke.texi
[Bug fortran/51310] -finit-bla doesn't initialize *all* items of type bla to the requested constant.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51310 --- Comment #7 from toon at gcc dot gnu.org 2011-12-15 18:26:08 UTC --- Author: toon Date: Thu Dec 15 18:26:02 2011 New Revision: 182384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182384 Log: 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 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/invoke.texi trunk/gcc/fortran/resolve.c
[Bug fortran/51310] -finit-bla doesn't initialize *all* items of type bla to the requested constant.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51310 --- Comment #8 from toon at gcc dot gnu.org 2011-12-22 19:23:31 UTC --- Author: toon Date: Thu Dec 22 19:23:26 2011 New Revision: 182634 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182634 Log: 2011-12-22 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 being initialized by -finit-=. Modified: branches/gcc-4_6-branch/gcc/fortran/ChangeLog branches/gcc-4_6-branch/gcc/fortran/invoke.texi branches/gcc-4_6-branch/gcc/fortran/resolve.c