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:

On Wed, Jul 07, 2004 at 07:52:35AM -0700, Mark Mitchell wrote:


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.




Here is the testcase patch.


OK.

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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