http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31519
--- Comment #13 from bafinney at myrealbox dot com 2010-12-16 21:48:08 UTC --- For what it is worth, that same code still causes an ICE with MinGW32 F:\brad\fortran\gfortran\tests>gfortran -c -v modbug1.f90 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=d:/gfortran/bin/../libexec/gcc/i586-pc-mingw32/4.6.0/lto-wra pper.exe Target: i586-pc-mingw32 Configured with: ../gcc-trunk/configure --prefix=/mingw --enable-languages=c,for tran --with-gmp=/home/brad/gfortran/dependencies --disable-werror --enable-threa ds --disable-nls --build=i586-pc-mingw32 --enable-libgomp --disable-shared --dis able-win32-registry --with-dwarf2 --disable-sjlj-exceptions --enable-lto Thread model: win32 gcc version 4.6.0 20101201 (experimental) [trunk revision 167359] (GCC) COLLECT_GCC_OPTIONS='-c' '-v' '-mtune=pentium' '-march=pentium' d:/gfortran/bin/../libexec/gcc/i586-pc-mingw32/4.6.0/f951.exe modbug1.f90 -quie t -dumpbase modbug1.f90 -mtune=pentium -march=pentium -auxbase modbug1 -version -fintrinsic-modules-path d:/gfortran/bin/../lib/gcc/i586-pc-mingw32/4.6.0/finclu de -o C:\DOCUME~1\Brad\LOCALS~1\Temp\ccXYBQis.s GNU Fortran (GCC) version 4.6.0 20101201 (experimental) [trunk revision 167359] (i586-pc-mingw32) compiled by GNU C version 4.6.0 20101201 (experimental) [trunk revision 167359], GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 GNU Fortran (GCC) version 4.6.0 20101201 (experimental) [trunk revision 167359] (i586-pc-mingw32) compiled by GNU C version 4.6.0 20101201 (experimental) [trunk revision 167359], GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 modbug1.f90:2: intger :: i ! intger should be integer 1 Error: Unclassifiable statement at (1) modbug1.f90:6.16: use foo, only: i 1 Fatal Error: Can't open module file 'foo.mod' for reading at (1): No such file o r directory gfortran: internal compiler error: Aborted (program f951) Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. F:\brad\fortran\gfortran\tests> On 12/16/2010 1:37 PM, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31519 > > Tobias Burnus<burnus at gcc dot gnu.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|WAITING |RESOLVED > Resolution| |WORKSFORME > > --- Comment #12 from Tobias Burnus<burnus at gcc dot gnu.org> 2010-12-16 > 21:37:20 UTC --- > Close as WORKSFORME. If it bites someone again, please reopen (or fill a new > PR). >