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++] Remove uses of TREE_COMPLEXITY from the C++ front end


On Saturday 12 June 2004 17:40, Jason Merrill wrote:
> On Sat, 12 Jun 2004 16:51:12 +0200, Steven Bosscher <stevenb@suse.de> wrote:
> > The only correct uses of TREE_COMPLEXITY can be avoided by using
> > TREE_NO_WARNING.
>
> I don't see the point in trying to remove C_EXP_ORIGINAL_CODE from the C++
> front end until it's removed from the C front end, too.

The whole point is to remove it from the C front end eventually.
I plan to do this by using a tree annotation for that, ie. some
mechanism to allow the front ends to use tree annotations (but
other suggestions are welcome).

This would also allow TREE_COMPLEXITY to be removed from C and
Ada, and hence from struc tree_exp.

Gr.
Steven



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