https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111949
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=115086 Last reconfirmed| |2024-05-23 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Mine. very similar to PR 115086, at least for: ``` int f1(int a, unsigned char b) { int c = a & b; return (c ^ a)&1; } ```