From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3109 invoked by alias); 1 Nov 2013 17:14:38 -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 Received: (qmail 3032 invoked by uid 55); 1 Nov 2013 17:14:33 -0000 From: "tejohnson at google dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/58862] [4.9 Regression] LTO profiledbootstrap failure: lto1: ICE in edge_badness, at ipa-inline.c:1008 Date: Fri, 01 Nov 2013 17:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tejohnson at google dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-11/txt/msg00052.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58862 --- Comment #10 from Teresa Johnson --- On Fri, Nov 1, 2013 at 10:01 AM, paulo@matos-sorge.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58862 > > --- Comment #9 from Paulo J. Matos --- > I didn't manage to reproduce the bug yet. With the git sha before my commit > 4bc0f16, I get the following on a profiledbootstrap on x64: > > insn-opinit.c: In function 'void init_all_optabs(target_optabs*)': > insn-opinit.c:1234:1: error: verify_flow_info: Wrong probability of edge > 1437->2606 66380 > init_all_optabs (struct target_optabs *optabs) > ^ > insn-opinit.c:1234:1: error: verify_flow_info: Wrong probability of edge > 1427->2598 66380 > insn-opinit.c:1234:1: internal compiler error: verify_flow_info failed > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. The above was introduced by r203823, and fixed by r204178. Doesn't show up with a normal profiledbootstrap, but apparently does with an lto-profiledbootstrap (going by the above report, haven't confirmed this myself). Thanks, Teresa > > Unfortunately running one of these takes a long time so it's a slow process to > check it out since as far as I am aware it's not possible to use a parallel > build. Do let me know if there's a fast way to build it. > > I will keep investigating. > > -- > You are receiving this mail because: > You are on the CC list for the bug.