[Bug middle-end/41734] ICE in cgraph_mark_functions_to_output, at cgraphunit.c:1137 with -fwhopr
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 19 16:03:00 GMT 2009
------- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-19 16:03 -------
Papering over this bug gets us as far as reaching
void
cgraph_mark_needed_node (struct cgraph_node *node)
{
node->needed = 1;
gcc_assert (!node->global.inlined_to);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41734
More information about the Gcc-bugs
mailing list