http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48422
Summary: bootstrap failure for i686-*-* targets by ICE Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: kti...@gcc.gnu.org The following trivial program leads to an ICE. t_ice.f90: program main end ------------------ $ i686-w64-mingw32-gfortran.exe -c -o t.o t_ice.f90 t_ice.f90: In function 'main': t_ice.f90:3:0: internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:158 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions.