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++: Mark the last use of nested_p for t_r_o_c as dead


Richard Henderson <rth@redhat.com> writes:

> On Mon, Sep 06, 2004 at 07:22:24PM -0400, Daniel Jacobowitz wrote:
>> I don't think there will be further need for context
>> pushing related to either function nesting (now handled via cgraph)...
>
> I very much doubt things are clean enough to just remove ggc
> context yet.  In particular, C++ does not yet use cgraph for
> everything.

While this is true, it doesn't mean that C++ can call
tree_rest_of_compilation with nested!=0.  In fact, Dan already
demonstrated that it can't.

zw


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