Bug 59241 - ICE in initialize_flags_in_bb
Summary: ICE in initialize_flags_in_bb
Status: RESOLVED DUPLICATE of bug 59208
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.9.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-22 01:34 UTC by Adam Borowski
Modified: 2013-11-22 03:09 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
deltaed test case (326 bytes, text/plain)
2013-11-22 01:34 UTC, Adam Borowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Borowski 2013-11-22 01:34:06 UTC
Created attachment 31267 [details]
deltaed test case

When running g++ -O2, in a trunk snapshot 20131121-1 (from Debian) on attached code, I get:

internal compiler error: in initialize_flags_in_bb, at tree-into-ssa.c:459
 void MenuDescriptor::init()
      ^

Lower optimization levels compile ok, so does any prior version, including snapshot 20131021-1 from a month ago.  I don't know the build rituals for vanilla gcc (using Matthias Klose's snapshots instead), so sorry for not bisecting myself.
Comment 1 H.J. Lu 2013-11-22 03:09:07 UTC
Please reopen it if it isn't a dup.

*** This bug has been marked as a duplicate of bug 59208 ***