http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52621
Bug #: 52621 Summary: ICE when compiling Fortran77 code with optimization Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: pepalo...@seznam.cz Created attachment 26920 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26920 Library source producing the ICE I am compiling an old Fortran 77 code on Windows XP. I have fixed this code to make it basically work in both FTN95 (Silverfrost) and gfortran compilers. But when I try to make a highly optimized build with gfortran, I get an ICE. Compiler version: C:\MinGW\bin>gfortran.exe -v Using built-in specs. COLLECT_GCC=gfortran.exe COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.1/lto-wrapper.exe Target: mingw32 Configured with: ../gcc-4.6.1/configure --enable-languages=c,c++,fortran,objc,ob j-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp - -disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runti me-libs --build=mingw32 --prefix=/mingw Thread model: win32 gcc version 4.6.1 (GCC) Command: gfortran.exe -std=legacy -march=native -mfpmath=sse -m3dnow -mmmx -msse -msse2 -msse3 -O3 -Wall -c D:\Jenda\cbp\SATLEED\LEEDSATL_SB\leedsatl_sb.f -o obj\Release\leedsatl_sb.o CPU: AMD Athlon x2, see <http://www.cpu-world.com/CPUs/K8/AMD-Athlon%20X2%204850e%20-%20ADH4850IAA5DO%20(ADH4850DOBOX).html> Important: The ICE is gone if I decrease the optimization level to -O2 or exclude the machine specific options (from -march to -msse3). The code and output are attached. Copyright note: The code comes from <http://www.ap.cityu.edu.hk/personal-website/Van-Hove_files/leed/leedpack.html> and I am actually not allowed to distribute it.