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

--- Comment #4 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Most likely testcase:
```
double f(double a, double b, double c)
{
  return __builtin_fmax(a+c,b+c);
}
```

Compile with -Ofast

Reply via email to