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: [cgraph] move eh marking to except.c


On Thu, Sep 11, 2003 at 01:31:58AM +0200, Jan Hubicka wrote:
> > One, moves it out of language code, which is good.  Two, moves it to
> > where we know if the data is actually used, which is also good.
>
> Won't this break when the outputing of variable will refernece other
> functions that are not accessible previously so already freed out of
> datastructure, or is this impossible?

Eh?  Why wouldn't it work?  Won't we notice some function 
referenced by the variable when the reference is emitted
in assemble_integer?

If it doesn't, it should.

Also, I'm thinking that this patch too was wrong, and that
we should consider backends that don't use at least
assemble_name as buggy.


r~


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