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: Patch to move warning for X<=Y<=Z from -W to -Wparentheses


On Tue, 20 Jul 2004, Gerald Pfeifer wrote:

> On Fri, 16 Jul 2004, Joseph S. Myers wrote:
> > This patch moves the warning about comparisons such as X<=Y<=Z from
> > -Wextra into -Wparentheses.
> 
> Would you mind adding a short note to gcc-3.5/changes.html?

I'm still unconvinced that such trivial tweaks to which warnings on in
what option deserve mention in the release notes (cf.
<http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00816.html>); though in this
case there was no bug report requesting the move, if anything that makes
it less significant and less worthy of comment.  (Of course the real point
of the patch, being the -Wparentheses testsuite, is not user-visible and
is completely irrelevant to release notes.)  But perhaps you have specific
criteria in mind for what changes merit (a) mention on release notes, (b)  
mention on the front page of gcc.gnu.org, (c) mention on gcc-announce.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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