From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23215 invoked by alias); 12 Nov 2011 12:32:59 -0000 Received: (qmail 23202 invoked by uid 22791); 12 Nov 2011 12:32:58 -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; Sat, 12 Nov 2011 12:32:46 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/51105] New: [4.7 Regression] FAIL: gcc.c-torture/execute/920501-1.c compilation, -O2 -flto -flto-partition=none Date: Sat, 12 Nov 2011 12:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto 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 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-11/txt/msg01286.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51105 Bug #: 51105 Summary: [4.7 Regression] FAIL: gcc.c-torture/execute/920501-1.c compilation, -O2 -flto -flto-partition=none Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned@gcc.gnu.org ReportedBy: dominiq@lps.ens.fr CC: hjl.tools@gmail.com, rguenther@suse.de Between revisions 181189 (OK) and 181208 (see http://gcc.gnu.org/ml/gcc-regression/2011-11/msg00230.html : r181205?), the test gcc.c-torture/execute/920501-1.c compiled with '-O2 -flto -flto-partition=none' has started to give an ICE: lto1: internal compiler error: in can_inline_edge_p, at ipa-inline.c:353 This corresponds to the gcc_checking_assert for /* In -flto-partition=none mode we really keep things out of sync because call_stmt_cannot_inline_p is set at cgraph merging when function bodies are not there yet. */ || (in_lto_p && !gimple_call_cannot_inline_p (e->call_stmt)));