http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49103
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Target Milestone|--- |4.6.1 --- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-22 10:30:58 UTC --- I would say look if -fno-whole-file works (or -fno-inline) or alternatively watch out for not properly merged DECLs. ISTR some issues with module globals.