From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10664 invoked by alias); 9 Mar 2012 16:16:45 -0000 Received: (qmail 10655 invoked by uid 22791); 9 Mar 2012 16:16:42 -0000 X-SWARE-Spam-Status: No, hits=-2.8 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, 09 Mar 2012 16:16:30 +0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/52104] go1 fails to run on Solaris 10/11 x86 with with gld Date: Fri, 09 Mar 2012 16:16:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org 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: Target Host Summary Known to fail Build 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: 2012-03/txt/msg00749.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- Target|i386-pc-solaris2.[89] |i386-pc-solaris2.1[01] Host|i386-pc-solaris2.[89] |i386-pc-solaris2.1[01] Summary|go1 fails to link on |go1 fails to run on Solaris |Solaris 8/9 x86 with native |10/11 x86 with with gld |TLS | Known to fail| |4.7.0, 4.8.0 Build|i386-pc-solaris2.[89] |i386-pc-solaris2.1[01] --- Comment #15 from Rainer Orth 2012-03-09 16:15:07 UTC --- The Solaris 8/9 x86 link error is gone, but the go1 failure to run when linked with gld remains on Solaris 10/11 x86, so adapting summary. Rainer