https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121755
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
double f(double a) {
double b = __builtin_nan("");
b = a < b ? a : b;
return b;
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 02 Sep 2025 09:51:46 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121755
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
double f(double a) {
double b = __builtin_nan("");
b = a < b ? a : b;
return b;
}
```