https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68068
Bug ID: 68068
Summary: [6 Regression] ICE: in get_untransformed_body, at
cgraph.c:3268
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: trippels at gcc dot gnu.org
CC: hubicka at gcc dot gnu.org
Target Milestone: ---
Trying to build the Chromium browser with trunk shows:
markus@x4 Release % g++ -c -fno-strict-aliasing -O2 WebDOMActivityLogger.ii
../../third_party/WebKit/Source/web/WebDOMActivityLogger.cpp:102:1: internal
compiler error: in get_untransformed_body, at cgraph.c:3268
} // namespace blink
^
0x909133 cgraph_node::get_untransformed_body()
../../gcc/gcc/cgraph.c:3268
0x914c2f cgraph_node::expand()
../../gcc/gcc/cgraphunit.c:1955
0x9164e0 expand_all_functions
../../gcc/gcc/cgraphunit.c:2119
0x9164e0 symbol_table::compile()
../../gcc/gcc/cgraphunit.c:2472
0x918a57 symbol_table::compile()
../../gcc/gcc/cgraphunit.c:2536
0x918a57 symbol_table::finalize_compilation_unit()
../../gcc/gcc/cgraphunit.c:2562
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
Reducing...