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: [email protected]
ReportedBy: [email protected]
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.