[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2023-08-08 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 Eric Gallager changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2022-05-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 Eric Gallager changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #10 from Eric

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2021-11-12 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-12-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 --- Comment #8 from David Malcolm --- Author: dmalcolm Date: Thu Dec 20 14:18:48 2018 New Revision: 267299 URL: https://gcc.gnu.org/viewcvs?rev=267299=gcc=rev Log: -Wtautological-compare: fix comparison of macro expansions

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-12-20 Thread samtebbs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 Sam Tebbs changed: What|Removed |Added CC||samtebbs at gcc dot gnu.org --- Comment #7

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-12-20 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 --- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #5 from David Malcolm --- > (In reply to Rainer Orth from comment #4) >> The patch broke Solaris/SPARC bootstrap: > > Sorry about that. Does the patch posted here: >

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-12-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 --- Comment #5 from David Malcolm --- (In reply to Rainer Orth from comment #4) > The patch broke Solaris/SPARC bootstrap: Sorry about that. Does the patch posted here: https://gcc.gnu.org/ml/gcc-patches/2018-12/msg01433.html help?

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-12-19 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #4 from

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-12-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 --- Comment #3 from David Malcolm --- After r267273, g++ emits: test.cc:10:30: error: invalid operands of types ‘const char [6]’ and ‘const char’ to binary ‘operator&’ 10 | return __builtin_strnlen (a[v0], n); |

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-12-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 --- Comment #2 from David Malcolm --- Author: dmalcolm Date: Wed Dec 19 15:15:42 2018 New Revision: 267273 URL: https://gcc.gnu.org/viewcvs?rev=267273=gcc=rev Log: C++: improvements to binary operator diagnostics (PR c++/87504) The C frontend

[Bug c++/87504] inconsistent diagnostic style between C and C++ for binary operators

2018-11-05 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|