http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54187
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-08-06
08:31:02 UTC ---
What do you gain with -fvisibility-hidden? Nothing, as for non-shared objects
it is already the default. Not for GCC though because of our plugin API
(thus, --disable-plugins).