From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16118 invoked by alias); 15 Feb 2011 20:58:59 -0000 Received: (qmail 16109 invoked by uid 22791); 15 Feb 2011 20:58:58 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_IB,TW_LG 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, 15 Feb 2011 20:58:53 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/47758] New: 729 unexpected failures in the libgomp test suite on powerpc-apple-darwin8 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr 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 Date: Tue, 15 Feb 2011 21:06:00 -0000 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-02/txt/msg01862.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47758 Summary: 729 unexpected failures in the libgomp test suite on powerpc-apple-darwin8 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp AssignedTo: unassigned@gcc.gnu.org ReportedBy: dominiq@lps.ens.fr CC: jakub@redhat.com, burnus@net-b.de, iains@gcc.gnu.org Host: powerpc-apple-darwin8 Target: powerpc-apple-darwin8 Build: powerpc-apple-darwin8 I ventured in building gcc 4.6.0 (trunk revision 170169) on powerpc-apple-darwin8 configured with: ../work/configure --prefix=/opt/gcc/gcc4.6w --target=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --build=powerpc-apple-darwin8 --enable-languages=c,c++,fortran,lto --with-gmp=/sw --with-libiconv-prefix=/sw --with-system-zlib --enable-checking=release --with-dwarf2 --disable-multilib --disable-libquadmath --disable-libquadmath-support and I got a high number of failures in libgomp.fortran: === libgomp Summary === # of expected passes 1793 # of unexpected failures 729 # of unsupported tests 2 FAIL: libgomp.fortran/allocatable1.f90 -O0 (test for excess errors) FAIL: libgomp.fortran/allocatable1.f90 -O1 (test for excess errors) FAIL: libgomp.fortran/allocatable1.f90 -O2 (test for excess errors) FAIL: libgomp.fortran/allocatable1.f90 -O3 -fomit-frame-pointer (test for excess errors) FAIL: libgomp.fortran/allocatable1.f90 -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) FAIL: libgomp.fortran/allocatable1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) FAIL: libgomp.fortran/allocatable1.f90 -O3 -g (test for excess errors) FAIL: libgomp.fortran/allocatable1.f90 -Os (test for excess errors) ... Most (if not all) are of the following kind: /libgomp/testsuite/.. -shared-libgcc -fmessage-length=0 -fopenmp -B/opt/gcc/build/powerpc-apple-darwin8/./libgomp/../libquadmath/.libs/ -O0 -B/opt/gcc/build/powerpc-apple-darwin8/./libgomp/../libgfortran/.libs -L/opt/gcc/build/powerpc-apple-darwin8/./libgomp/.libs -lgomp -L/opt/gcc/build/powerpc-apple-darwin8/./libgomp/../libquadmath/.libs/ -L/opt/gcc/build/powerpc-apple-darwin8/./libgomp/../libgfortran/.libs -lgfortran -lm -o ./allocatable1.exe (timeout = 300) /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning -L: directory name (/opt/gcc/build/powerpc-apple-darwin8/./libgomp/../libquadmath/.libs/) does not exist I have tested different variants around the options --disable-libquadmath --disable-libquadmath-support without change. Note that with these two options no libquadmath is build while I don't need them on powerpc-apple-darwin9 (so I see powerpc-apple-darwin9/libquadmath, but no powerpc-apple-darwin9/libquadmath/.libs and the libgomp tests pass without failures).