[Bug c/77490] bit-not (~) on boolean should be warned about

2016-09-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Sep 30 23:43:49 2016 New Revision: 240688 URL: https://gcc.gnu.org/viewcvs?rev=240688=gcc=rev Log: PR c/77490 * c-c++-common/Wbool-operation-1.c: Add -Wno-psabi to

[Bug c/77490] bit-not (~) on boolean should be warned about

2016-09-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/77490] bit-not (~) on boolean should be warned about

2016-09-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Sat Sep 24 09:39:23 2016 New Revision: 240462 URL: https://gcc.gnu.org/viewcvs?rev=240462=gcc=rev Log: PR c/77490 * c.opt (Wbool-operation): New. * c-typeck.c

[Bug c/77490] bit-not (~) on boolean should be warned about

2016-09-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/77490] bit-not (~) on boolean should be warned about

2016-09-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/77490] bit-not (~) on boolean should be warned about

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Severity|normal