From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29732 invoked by alias); 12 Feb 2012 17:22:02 -0000 Received: (qmail 29722 invoked by uid 22791); 12 Feb 2012 17:22:01 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SUBJ_OBFU_PUNCT_FEW 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; Sun, 12 Feb 2012 17:21:49 +0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug libitm/52220] New: FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug Date: Sun, 12 Feb 2012 17:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libitm X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at nitro dot med.uc.edu 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-02/txt/msg01206.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52220 Bug #: 52220 Summary: FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libitm AssignedTo: unassigned@gcc.gnu.org ReportedBy: howarth@nitro.med.uc.edu The test suite failures at -m32/-m64 for... FAIL: libitm.c++/eh-1.C execution test are due to... radar Problem ID: 10466868, "-undefined dynamic_lookup linker bug as described in... http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00329.html when building gcc trunk against Xcode 4.0-4.2 under x86_64-apple-darwin10 or Xcode 4.0-4.2.1 under x86_64-apple-darwin11. This can be confirmed by building gcc trunk against Xcode 3.2.6, which doesn't have the weakref linker bug, on x86_64-apple-darwin10 and thus doesn't show the eh-1.C execution failure. This weakref linker bug has been fixed upstream but won't be deployed until Xcode > 4.3. Since it is unlikely such a weakref fix will back ported to the Xcode 4.x on Snow Leopard, a generic fix of avoiding the use of weakref in libitm is best.