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: [C++ patch] one more missed mark_used


> On Wed, 2003-07-30 at 10:31, Jan Hubicka wrote:
> > Hi,
> > typeinfo is not produced in unit-at-a-time when it is referenced via EH
> > tables only.
> 
> How is this getting output when *not* in unit-at-a-time mode?
> 
> I'd like to avoid marking it in two separate places.
It is not marked as used, it is just marked as referenced during output
of EH tables that is done udring expansion of the function - i.e too
late for me.  Perhaps we can also move expansion of EH tables into
lower_function but I am not quite sure this is possible as I don't
understand the machinery enought.

Honza
> 
> Thanks,
> 
> -- 
> 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]