This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] Remove uses of TREE_COMPLEXITY from the C++ front end
On Sat, 12 Jun 2004 17:43:03 +0200, Steven Bosscher <s.bosscher@student.tudelft.nl> wrote:
> 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.
Please remove it from both front ends at the same time.
Jason