This is the mail archive of the gcc-patches@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: PATCH: PR c++/16276: G++ generates local references to linkonce


H. J. Lu wrote:

sections
Reply-To:


The typeinfo is made public in comdat_linkage, but is later changed
to local in emit_tinfo_decl. However, we forgot to turn off the
linkonce section. This patch fixes it.

OK, but you need a test case.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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