https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953
Andrew Pinski changed:
What|Removed |Added
CC||madhur4127 at gmail dot com
--- Comment
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 =
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2023-02-28
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953
Jakub Jelinek changed:
What|Removed |Added
Component|c++ |tree-optimization
CC|