------- 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

Reply via email to