https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123267
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase all the way:
```
int j(long e, int k, int i) {
return (i&-3) == 0 ? k : k - e;
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 22 Dec 2025 17:45:54 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123267
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase all the way:
```
int j(long e, int k, int i) {
return (i&-3) == 0 ? k : k - e;
}
```