re PR middle-end/35149 (ICE: in expand_call_inline, at tree-inline.c:2653)

PR middle-end/35149
	* ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.

From-SVN: r132337
This commit is contained in:
Jan Hubicka 2008-02-15 12:15:48 +01:00 committed by Jan Hubicka
parent 6f6b8f8142
commit 18168b3f63
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-02-15 Jan Hubicka <jh@suse.cz>
PR middle-end/35149
* ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.
2008-02-15 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/34621

View File

@ -192,6 +192,7 @@ cgraph_remove_unreachable_nodes (bool before_inlining_p, FILE *file)
}
cgraph_node_remove_callees (node);
node->analyzed = false;
node->local.inlinable = false;
}
else
cgraph_remove_node (node);