http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53359
Alexandre Oliva <aoliva at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-12-15 Ever Confirmed|0 |1 --- Comment #7 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2012-12-15 18:40:39 UTC --- Thanks. It's not the same issue, after all. These decls are recorded in deferred_static_decls, and mudflap_finish_file emits calls to mf_register for them, so they end up referenced in the toc. I suppose mudflap_finish_file needs tweaking to tell that GCC decided not to emit the symbol after all.