This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/77292] Spurious warning: logical not is only applied to the left hand side of comparison
- From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 19 Aug 2016 11:52:40 +0000
- Subject: [Bug c/77292] Spurious warning: logical not is only applied to the left hand side of comparison
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-77292-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77292
--- Comment #8 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Neither does cc1plus because comparison result has a boolean type...
I'll see what I can do here.