This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C/C++/IRA] PR 16302 gcc fails to warn about some common logic errors
On Sat, May 16, 2009 at 5:17 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> 2009/5/16 Manuel López-Ibáñez <lopezibanez@gmail.com>:
>> That is strange, it should not warn for constants. Is it really 0 or
>> something else?
>
>
> I open a bug report with a testcase:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40172
Given all this and that bootstrap is still not fixed for some targets
I seriously
doubt this warning is worth all this trouble.
Thus, I suggest to revert the patch or make the warning not part of -Wall.
Richard.