[Bug c++/54731] New: arm-elf/arm-eabisim crosses fails in make-check due to undefined LFE refrences

bkoz at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 27 22:11:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54731

             Bug #: 54731
           Summary: arm-elf/arm-eabisim crosses fails in make-check due to
                    undefined LFE refrences
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bkoz@gcc.gnu.org


trunk sources, host is x86/linux, target is cross arm-elf or arm-eabisim has a
bunch of fails in libstdc++ due to unresolved references to ".LFE1602" etc
references.

These are keyed to out-of-line destructors (_ZThn8_NSt* mangled symbols) in:

strstream.o
sstream.o
iostream-inst.o
fstream-inst.o

this causes failed linking in the check-c++, check-libstdc++ testsuite.



More information about the Gcc-bugs mailing list