------- Comment #7 from jakub at gcc dot gnu dot org 2008-02-26 17:19 ------- Created an attachment (id=15233) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15233&action=view) gcc43-pr35368.patch
Patch I'm testing. The reasons it should IMNSHO have default visibility is: 1) these are compiler generated references and libsupc++.a/libstdc++.a provided symbols. For e.g. builtins we use default visibility as well, rather than the current default one 2) the same reason why do the <typeinfo> etc. headers have those #pragma GCC visibility push(default)/#pragma GCC visibility pop around them -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35368