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
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 07 May 2026 09:41:36 -0700
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