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;
}

```

Reply via email to