[Bug target/53359] [4.8 regression] undefined reference to `__gnu_cxx::__numeric_traits_integer<int>::__min'
aoliva at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Dec 15 18:41:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list