https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506
Bug ID: 61506 Summary: ICE [4.10 Regression] triggered by solution to #61446 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: juergen.reuter at desy dot de I tried to compile the software package LHAPDF from http://lhapdf.hepforge.org and this triggered this compiler error: PDF.cc: In member function 'virtual void boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >::_ZTv0_n32_NK5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEE7rethrowEv() const': PDF.cc:29:1: error: unrecognizable insn: } ^ (call_insn/j 4 3 5 (call (mem/u/c :DI (const:DI (unspec:DI [ (symbol_ref/i:DI ("_ZNK5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEE7rethrowEv") [flags 0x1] <function_decl 0x1104dd700 rethrow>) ] UNSPEC_GOTPCREL)) [0 S8 A8]) (const_int 0 [0])) /opt/local/include/boost/exception/exception.hpp:464 -1 (nil) (nil)) PDF.cc:29:1: internal compiler error: in insn_min_length, at config/i386/i386.md:1609 PDF.cc:29:1: internal compiler error: Abort trap: 6 g++: internal compiler error: Abort trap: 6 (program cc1plus) ../libtool: line 1122: 229 Abort trap: 6 g++ -DHAVE_CONFIG_H -I. -I../config -I../include/LHAPDF -I../include -I/usr/local/include -I/opt/local/include -Dunix -flat_namespace -pedantic -Wall -Wno-long-long -g -O2 -MT PDF.lo -MD -MP -MF .deps/PDF.Tpo -c PDF.cc -fno-common -DPIC -o .libs/PDF.o make[2]: *** [PDF.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Unfortunately this isn't my code, so I cannot reduce this test case.