[Bug c++/86228] ordered comparison between pointer and zero

2021-07-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86228 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/86228] ordered comparison between pointer and zero

2018-12-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86228 --- Comment #3 from Jonathan Wakely --- (In reply to eracpp from comment #2) > This bug was observed in the following example: > > https://gcc.godbolt.org/z/p1VreP > > #include > #include > > int main() > { > std::array arr; > > //

[Bug c++/86228] ordered comparison between pointer and zero

2018-12-08 Thread eracpp at eml dot cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86228 eracpp changed: What|Removed |Added CC||eracpp at eml dot cc --- Comment #2 from eracpp

[Bug c++/86228] ordered comparison between pointer and zero

2018-06-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86228 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC