[Bug tree-optimization/108953] inefficient codegen for trivial equality

2023-06-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 Andrew Pinski changed: What|Removed |Added CC||madhur4127 at gmail dot com --- Comment

[Bug tree-optimization/108953] inefficient codegen for trivial equality

2023-03-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 --- Comment #3 from Jakub Jelinek --- BTW, I've tried: struct A { unsigned char a, b, c, d; unsigned short e, f; int g; bool operator== (A const &) const = default; }; struct B { unsigned char b; bool operator== (B const &) const =

[Bug tree-optimization/108953] inefficient codegen for trivial equality

2023-02-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 Richard Biener changed: What|Removed |Added Last reconfirmed||2023-02-28 Status|UNCONFIR

[Bug tree-optimization/108953] inefficient codegen for trivial equality

2023-02-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 Jakub Jelinek changed: What|Removed |Added Component|c++ |tree-optimization CC|