This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/38610] local objects not hidden with -fvisibility=hidden.



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-12-23 13:36 -------
It would be an One definition rule violation if you define another foo()::
local_ex as you marked foo as default visibility.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38610


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]