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++/22592] -fvisibility-inlines-hidden broken differently


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 20:51 -------
I still don't think this is a bug as if I compile the library on ppc-darwin, we get the following link error 
even without -fvisibility=hidden/-fvisibility-inlines-hidden:
ld: Undefined symbols:
__ZNK1AneERKS_
__ZTV1A

this is at -O2.

-- 


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


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