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 Mon, 14 Jun 2004, Jason Merrill wrote:

> I'm not objecting to incremental changes in general; I already approved the
> other pieces of the patch.  But C_EXP_ORIGINAL_CODE is used in the same way
> by both front ends.  I don't see the point in changing two places in the

Since the C++ front end doesn't provide the -Wparentheses warnings other
than this one in common code (that for ambiguous else is also in common
code, but unrelated to C_EXP_ORIGINAL_CODE and doesn't seem to be provided
by the C++ front end), I don't think there's really much in common between
the uses in the two front ends.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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