[Bug fortran/45066] ICE in namelist read in snapshot of 7/24/2010

2010-07-25 Thread michael dot a dot richmond at nasa dot gov
--- Comment #7 from michael dot a dot richmond at nasa dot gov 2010-07-25 18:01 --- It compiles but doesn't run, as with your Comment #2 patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45066

[Bug fortran/45066] ICE in namelist read in snapshot of 7/24/2010

2010-07-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2010-07-25 17:37 --- Here is another possibility. Only one namelist regression with this on. Index: trans-io.c === --- trans-io.c (revision 162507) +++ trans-io.c (wo

[Bug fortran/45066] ICE in namelist read in snapshot of 7/24/2010

2010-07-25 Thread michael dot a dot richmond at nasa dot gov
--- Comment #5 from michael dot a dot richmond at nasa dot gov 2010-07-25 16:25 --- At runtime it produces the message: At line 1200 of file ga170.f90 (unit = 23, file = 'ga.inp') Fortran runtime error: Missing format for FORMATTED data transfer -- http://gcc.gnu.org/bugzilla/show

[Bug fortran/45066] ICE in namelist read in snapshot of 7/24/2010

2010-07-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-07-25 16:21 --- Naturally the patch in #2 breaks everything else for namelists at run time unless I messed up something else here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45066

[Bug fortran/45066] ICE in namelist read in snapshot of 7/24/2010

2010-07-25 Thread michael dot a dot richmond at nasa dot gov
--- Comment #3 from michael dot a dot richmond at nasa dot gov 2010-07-25 16:12 --- The patchlet also works for the full-size problem (Ga170.f90 from Alan Miller's ga.zip) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45066

[Bug fortran/45066] ICE in namelist read in snapshot of 7/24/2010

2010-07-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2010-07-25 15:04 --- This patchlet at least works for the reduce test case. Assuming there is nothing left to translate. I am not sure this is the right approach, bu the -fdump-tree-original matches for with and without -fno-whole-fi

[Bug fortran/45066] ICE in namelist read in snapshot of 7/24/2010

2010-07-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2010-07-25 14:26 --- Confirmed. Works with -fno-whole-file. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added -