From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21768 invoked by alias); 27 Sep 2012 22:11:26 -0000 Received: (qmail 21710 invoked by uid 48); 27 Sep 2012 22:11:06 -0000 From: "bkoz at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/54731] New: arm-elf/arm-eabisim crosses fails in make-check due to undefined LFE refrences Date: Thu, 27 Sep 2012 22:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bkoz at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-09/txt/msg02318.txt.bz2 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.