From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6997 invoked by alias); 11 Jan 2012 11:15:14 -0000 Received: (qmail 6982 invoked by uid 22791); 11 Jan 2012 11:15:12 -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; Wed, 11 Jan 2012 11:14:57 +0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/51822] New: libitm.c++/eh-1.C FAILs Date: Wed, 11 Jan 2012 11:15:00 -0000 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: ro 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-01/txt/msg01157.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51822 Bug #: 51822 Summary: libitm.c++/eh-1.C FAILs Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned@gcc.gnu.org ReportedBy: ro@gcc.gnu.org CC: aldyh@gcc.gnu.org Host: i386-pc-solaris2* Target: i386-pc-solaris2* Build: i386-pc-solaris2* The libitm.c++/eh-1.C test FAILs on various Solaris/x86 configurations with terminate called after throwing an instance of 'int' The failure matrix is strange, though: as, ld gas, ld gas, gld Solaris 8 PASS FAIL FAIL Solaris 9 PASS FAIL FAIL Solaris 10, 32-bit FAIL (1) FAIL (2) 64-bit FAIL (1) FAIL (2) Solaris 11, 32-bit FAIL (1) PASS PASS 64-bit FAIL (1) FAIL FAIL (1) Those failures are unrelated, cf. http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02093.html. (2) Doesn't currently bootstrap. I'd have expected the gas, ld and gas, gld configurations to pass instead of the as, ld onces since (unlike as) gas supports the .cfi* mnemonics in config/x86/sjlj.S. Rainer