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]

Re: [Bug c++/23628] Typeinfo comparison code easily breaks shared libs



On Aug 29, 2005, at 5:27 PM, mmarcus at emarcus dot org wrote:



------- Additional Comments From mmarcus at emarcus dot org 2005-08-29 21:27 -------

The point is that you are saying all symbols are hidden by default so you are
marking the RTTI as hidden too which is a good idea for your own libraries
and classes which are hidden in the shared libraries but since you
are including other people's headers, maybe wrapping them with push/pop
is what you need. Then this is not a GCC per say but rather you
misunderstanding what the options do.


-- Pinski


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