From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9893 invoked by alias); 6 Jul 2011 23:48:34 -0000 Received: (qmail 9884 invoked by uid 22791); 6 Jul 2011 23:48:33 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jul 2011 23:47:47 +0000 From: "pthaugen at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/49665] New: 'defined in discarded section' link failures on cpu2006 benchmarks X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pthaugen 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 Date: Wed, 06 Jul 2011 23:48:00 -0000 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: 2011-07/txt/msg00466.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49665 Summary: 'defined in discarded section' link failures on cpu2006 benchmarks Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned@gcc.gnu.org ReportedBy: pthaugen@gcc.gnu.org CC: amodra@gcc.gnu.org, bergner@gcc.gnu.org Host: powerpc64-linux Target: powerpc64-linux Build: powerpc64-linux 450.soplex (-O2) and 471.omnetpp fail to link in 64-bit mode with the same error. 450.soplex: `soplex::SPxBasis::~SPxBasis()' referenced in section `.data.rel.ro._ZTVN6soplex8SPxBasisE[vtable for soplex::SPxBasis]' of spxbasis.o: defined in discarded section `.group' of spxbasis.o `soplex::SPxLP::~SPxLP()' referenced in section `.data.rel.ro._ZTVN6soplex5SPxLPE[vtable for soplex::SPxLP]' of spxlp.o: defined in discarded section `.group' of spxlp.o `soplex::LPRowSet::~LPRowSet()' referenced in section `.text' of spxlpfread.o: defined in discarded section `.group' of spxlpfread.o `soplex::LPRowSet::~LPRowSet()' referenced in section `.text' of spxlpfread.o: defined in discarded section `.group' of spxlpfread.o 471.omnetpp: `cEqdHistogramBase::~cEqdHistogramBase()' referenced in section `.data.rel.ro._ZTV17cEqdHistogramBase[vtable for cEqdHistogramBase]' of libs/sim/std/netpack.o: defined in discarded section `.group' of libs/sim/std/netpack.o