This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/46742] -Wparentheses unexpectedly misses some cases
- From: "sirl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 05 Jul 2017 13:02:45 +0000
- Subject: [Bug c/46742] -Wparentheses unexpectedly misses some cases
- Auto-submitted: auto-generated
- References: <bug-46742-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46742
Franz Sirl <sirl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-07-05
CC| |sirl at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Franz Sirl <sirl at gcc dot gnu.org> ---
Still happens with 7.1.1 and trunk. clang catches both with the
-Wlogical-not-parentheses option.