[Bug c++/81271] gcc/cp/lex.c:116: wrong condition ?

2024-01-30 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81271 --- Comment #5 from David Binderman --- (In reply to Jason Merrill from comment #4) > What tool did this warning come from? Looks like cppcheck to me.

[Bug c++/81271] gcc/cp/lex.c:116: wrong condition ?

2024-01-30 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81271 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #4

[Bug c++/81271] gcc/cp/lex.c:116: wrong condition ?

2020-10-02 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81271 --- Comment #3 from Nathan Sidwell --- fwiw, I was kind of hoping the compiler could spot the test of three adjacent bits and do a 3-bit extraction and comparison to zero.

[Bug c++/81271] gcc/cp/lex.c:116: wrong condition ?

2017-07-11 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81271 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/81271] gcc/cp/lex.c:116: wrong condition ?

2017-07-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81271 Martin Liška changed: What|Removed |Added Last reconfirmed||2017-7-11 CC|