This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] PR 54161
- From: Jason Merrill <jason at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 05 Aug 2012 19:29:09 -0400
- Subject: Re: [C++ Patch] PR 54161
- References: <501D19A7.4030403@oracle.com>
On reflection, I think I prefer the status quo. As long as the pedwarn
is on by default, I don't mind letting people disable it with
-Wno-pointer-arith.
Jason