http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341
Bug ID: 60341 Summary: ICE compiling Nonmem 6.2.0 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: critical Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: steve.chapel at a2pg dot com Internal compiler error when compiling with the command: gfortran -c -O MODELG.for Note that the ICE does not occur with the following command: gfortran -c MODELG.for which seems to indicate that the ICE has to do with optimization. I reproduced this ICE with both MinGW gfortran 4.8.1 and MinGW-64 gfortran 4.8.2 on 64-bit Windows 7. To reproduce, save the two source code files in the same directory, as MODELG.for includes file SIZES. These files are part of the Nonmem 6.2.0 source code.