[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-02-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 --- Comment #6 from janus at gcc dot gnu.org 2013-02-09 15:34:34 UTC --- The patch in comment 5 regtests cleanly!

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 --- Comment #4 from janus at gcc dot gnu.org 2013-02-08 22:02:09 UTC --- The following, which is a partial revert of r183180, fixes the ICE: Index: gcc/fortran/resolve.c ===

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 --- Comment #5 from janus at gcc dot gnu.org 2013-02-08 22:57:15 UTC --- (In reply to comment #4) The following, which is a partial revert of r183180, fixes the ICE: However, it fails on init_flag_9.f90, which the following version does

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-01-25 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-01-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr 2013-01-25 17:12:52 UTC --- Revision 183136 (2012-01-12) is OK; revision 183306 (2012-01-19) gives the ICE. This is due to a change made on 4.7 and backported to 4.6.

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-01-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC|