From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29301 invoked by alias); 8 May 2012 16:22:33 -0000 Received: (qmail 29282 invoked by uid 22791); 8 May 2012 16:22:30 -0000 X-SWARE-Spam-Status: No, hits=-3.6 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; Tue, 08 May 2012 16:22:17 +0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/53284] New: Several libatomic tests fail on 32-bit Solaris/x86 Date: Tue, 08 May 2012 16:23: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-05/txt/msg00919.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53284 Bug #: 53284 Summary: Several libatomic tests fail on 32-bit Solaris/x86 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned@gcc.gnu.org ReportedBy: ro@gcc.gnu.org CC: rth@gcc.gnu.org Host: i386-pc-solaris2.9, i386-pc-solaris2.1[01] Target: i386-pc-solaris2.9, i386-pc-solaris2.1[01] Build: i386-pc-solaris2.9, i386-pc-solaris2.1[01] With the libatomic build problems on Solaris out of the way, there remain a couple of testsuite failures for the default 32-bit multilib: FAIL: libatomic.c/atomic-compare-exchange-4.c execution test FAIL: libatomic.c/atomic-exchange-4.c execution test FAIL: libatomic.c/atomic-load-4.c execution test FAIL: libatomic.c/atomic-op-4.c execution test FAIL: libatomic.c/atomic-store-4.c execution test FAIL: libatomic.c/generic-2.c execution test It seems all of them SEGV, e.g. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1 (LWP 1)] 0xfef823f7 in libat_compare_exchange_8 (mptr=0x8049e68, eptr=0x8049e70, newval=18446744073709551615, smodel=5, fmodel=0) at /vol/gcc/src/hg/trunk/local/libatomic/cas_n.c:41 (gdb) where #0 0xfef823f7 in libat_compare_exchange_8 (mptr=0x8049e68, eptr=0x8049e70, newval=18446744073709551615, smodel=5, fmodel=0) at /vol/gcc/src/hg/trunk/local/libatomic/cas_n.c:41 #1 0xfef823fc in libat_compare_exchange_8 (mptr=0x8049e68, eptr=0x8049e70, newval=18446744073709551615, smodel=5, fmodel=0) at /vol/gcc/src/hg/trunk/local/libatomic/cas_n.c:41 #2 0xfef823fc in libat_compare_exchange_8 (mptr=0x8049e68, eptr=0x8049e70, newval=18446744073709551615, smodel=5, fmodel=0) at /vol/gcc/src/hg/trunk/local/libatomic/cas_n.c:41 #3 0xfef823fc in libat_compare_exchange_8 (mptr=0x8049e68, eptr=0x8049e70, newval=18446744073709551615, smodel=5, fmodel=0) at /vol/gcc/src/hg/trunk/local/libatomic/cas_n.c:41 #4 0xfef823fc in libat_compare_exchange_8 (mptr=0x8049e68, eptr=0x8049e70, newval=18446744073709551615, smodel=5, fmodel=0) at /vol/gcc/src/hg/trunk/local/libatomic/cas_n.c:41 Seems to be infinite recursion. Rainer