[Bug c++/90691] [9 regression] -Wsign-compare false-positive with constant

2024-04-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90691

Andrew Pinski  changed:

   What|Removed |Added

 CC||karol.wozniak at linuxmail dot 
org

--- Comment #11 from Andrew Pinski  ---
*** Bug 91083 has been marked as a duplicate of this bug. ***

[Bug c++/90691] [9 regression] -Wsign-compare false-positive with constant

2020-03-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90691

Jason Merrill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|9.3 |10.0

--- Comment #10 from Jason Merrill  ---
The fix isn't suitable for backporting.

[Bug c++/90691] [9 regression] -Wsign-compare false-positive with constant

2020-02-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90691

Jason Merrill  changed:

   What|Removed |Added

Summary|[9/10 regression]   |[9 regression]
   |-Wsign-compare  |-Wsign-compare
   |false-positive with |false-positive with
   |constant|constant

--- Comment #9 from Jason Merrill  ---
Fixed for GCC 10 so far.