http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294
--- Comment #6 from Jan Hubicka <hubicka at ucw dot cz> --- > I've confirmed this is the case by putting a call to > cgraph_rebuild_references into convert_callers_for_node and it "fixes" > the issue. But of course that could be quite expensive. Hmm, it is bit ugly to keep not-up-to-date data around at first place. But perhaps the whole tracking should be simply disabled for early inlining? Honza