From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24318 invoked by alias); 14 Oct 2011 16:02:37 -0000 Received: (qmail 24308 invoked by uid 22791); 14 Oct 2011 16:02:36 -0000 X-SWARE-Spam-Status: No, hits=-2.9 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; Fri, 14 Oct 2011 16:02:19 +0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/50715] [4.7 regression] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld Date: Fri, 14 Oct 2011 16:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: 2011-10/txt/msg01390.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 --- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-10-14 16:02:16 UTC --- > --- Comment #7 from Paolo Carlini 2011-10-14 15:32:24 UTC --- > By the way, a couple of weeks ago I'm pretty sure to have read mentioned a > small glitch in the linker script, revealed by a warning which doesn't show up > with gld. If I'm able to find the details, I'll tell you... Not strictly That would certainly be helpful. > related to this BUG, to be clear, it's much older, but I would ask people using > ld != gld to watch out for warnings at build time, help fixing issues... Right: the more different tools you object your code to, the more issues you're likely to find early :-) Rainer