This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH RFA: Add support for -Wparentheses to the C++ frontend (PR c++/19564)
Joe Buck <Joe.Buck@synopsys.COM> writes:
> On Wed, Dec 13, 2006 at 08:58:15AM -0800, Ian Lance Taylor wrote:
> > ... -Wall already implies -Wparentheses.
>
> We need to give people a heads-up that they can expect new warnings;
> a number of free software packages are built with -Wall -Werror.
>
> I suggest adding a release-notes item to the appropriate changes page.
> Many might not have been aware that C had -Wparentheses in -Wall but
> C++ did not.
Yeah, I was planning on doing that when the patch is approved. I
should have mentioned it. Thanks for the reminder.
Ian