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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Another form:
```
int f1(int a, int b)
{
  int t = a != b;
  return (-t)|1;
}
```

Reply via email to