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++/33871] [4.3 Regression] typeinfo name referenced in ... defined in discarded section



------- Comment #16 from rguenth at gcc dot gnu dot org  2007-10-30 18:07 -------
Geoff, your patch changed the typeinfo symbols for anonymous namespaces from
having weak linkage to non-weak linkage.  This caused the regression.  Do you
argue this change was deliberate and is the right thing?  Why do you think so?
Can you please restore the old behavior which is also that of other compilers
for the linux targets?


-- 


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


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