[Bug middle-end/55797] [4.8 Regression] ICE: verify_cgraph_node failed: edge has no corresponding call_stmt
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 23 13:38:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55797
--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> 2013-01-23 13:38:16 UTC ---
The patch in Comment #4 should not have any effect (and indeed the test does
not fire for me on the testcase). can_early_inline predicate already test that
the callee is in SSA form and we do into-ssa just before early inlining. So the
functions not processed yet in the topological order are not in SSA form.
More information about the Gcc-bugs
mailing list