http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497
--- Comment #7 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-30 17:36:01 UTC --- > Honza? Why is -fwhole-program not ignored, or why should it not be? > Why does it make a difference at all here? Well, it is effectively ignored - i.e. on symbols with resolution info attached it should do nothing. So it seems we fail to get resolution info from plugin correctly. I will check. Honza