https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111260

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Better reduced testcase:
```
long f(int a)
{
  int b = 822920;
  int t = a == b;
  return t * (long)b;
}
```

Reply via email to