https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114525
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-03-28 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. (void) (*((int *) &(cond ? *get ((struct Foo &) &v) : *get ((struct Foo &) &v)) + (sizetype) 0) = 2) >>>>>; Notice the * there.