https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124134
--- Comment #7 from Matthias Klose <doko at gcc dot gnu.org> ---
$ cat main.ii
double max___a, max___b;
double max() {
if (max___a < max___b)
return max___b;
return max___a;
}
doko at gcc dot gnu.org via Gcc-bugs Mon, 16 Feb 2026 15:41:19 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124134
--- Comment #7 from Matthias Klose <doko at gcc dot gnu.org> ---
$ cat main.ii
double max___a, max___b;
double max() {
if (max___a < max___b)
return max___b;
return max___a;
}