From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27454 invoked by alias); 19 Feb 2012 01:23:26 -0000 Received: (qmail 27443 invoked by uid 22791); 19 Feb 2012 01:23:26 -0000 X-SWARE-Spam-Status: No, hits=-2.9 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; Sun, 19 Feb 2012 01:23:13 +0000 From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/52307] New: Segmentation fault in Lapack with -O3 -floop-flatten -floop-strip-mine Date: Sun, 19 Feb 2012 01:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig 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-02/txt/msg01868.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52307 Bug #: 52307 Summary: Segmentation fault in Lapack with -O3 -floop-flatten -floop-strip-mine Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned@gcc.gnu.org ReportedBy: tkoenig@gcc.gnu.org CC: rguenth@gcc.gnu.org Running the Lapack tests (and looking at PR 50561), I encountered this: All tests for SPP drivers passed the threshold ( 1910 tests run) SPB routines passed the tests of the error exits Program received signal 11 (SIGSEGV): Segmentation fault. Backtrace for this error: + [0xfff8e340418] + function 0000009f.plt_call.cosf@@GLIBC_2.3+0 (0x100B6FDC) from file crtstuff.c tkoenig@gcc1-power7 TESTING]$ ~/bin/gfortran -v Using built-in specs. COLLECT_GCC=/home/tkoenig/bin/gfortran COLLECT_LTO_WRAPPER=/home/tkoenig/libexec/gcc/powerpc64-unknown-linux-gnu/4.7.0/lto-wrapper Target: powerpc64-unknown-linux-gnu Configured with: ../trunk/configure --prefix=/home/tkoenig --enable-languages=c,fortran --with-ppl --with-cloog Thread model: posix gcc version 4.7.0 20120218 (experimental) [trunk revision 184372] (GCC) [tkoenig@gcc1-power7 TESTING]$ This is after the fix for PR 50561, and may be related. I haven't yet checked if this is a regression.