[Bug fortran/48422] New: bootstrap failure for i686-*-* targets by ICE

ktietz at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Apr 3 07:45:00 GMT 2011


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: unassigned@gcc.gnu.org
        ReportedBy: ktietz@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.



More information about the Gcc-bugs mailing list