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

--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Same issue:
```
_Bool ff(double i, double j)
{
    if (i < j)
      return 0;
    return i > j;
}
```

Reply via email to