http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46367
--- Comment #6 from Jan Hubicka <hubicka at ucw dot cz> 2010-11-15 15:37:12 UTC --- > doesn't terminate but endlessly recurses. I can't see how it should work > in a cgraph cycle: It recurse only on edges that are already inlined and inlined edges should never form a cycle. I will take a look. Honza