From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13234 invoked by alias); 19 May 2011 09:21:35 -0000 Received: (qmail 13223 invoked by uid 22791); 19 May 2011 09:21:34 -0000 X-SWARE-Spam-Status: No, hits=-2.7 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; Thu, 19 May 2011 09:21:20 +0000 From: "hubicka at ucw dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only) X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hubicka at ucw dot cz X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 19 May 2011 09:24: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-05/txt/msg01574.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #17 from Jan Hubicka 2011-05-19 08:56:37 UTC --- > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 > > vincenzo Innocente changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |vincenzo.innocente at cern > | |dot ch > > --- Comment #16 from vincenzo Innocente 2011-05-19 08:12:20 UTC --- > I'm getting a whole bunch of > lto1: internal compiler error: Floating point exception > using > g++ -v > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper > Target: x86_64-unknown-linux-gnu > Configured with: ./configure -enable-gold=yes --enable-lto --with-fpmath=avx > --with-build-config=bootstrap-lto --with-gmp-lib=/usr/local/lib64 > --with-mpfr-lib=/usr/local/lib64 -with-mpc-lib=/usr/local/lib64 > Thread model: posix > gcc version 4.6.1 20110513 (prerelease) (GCC) > > before submitting a new bug report I would like to know if the patch by Honza > quoted below is already in it or still pending It is in mainline, I should backport it to 4.6.1. Will try to do it today or tomorrow. Honza > > -- > Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You reported the bug.