https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122323
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
y.cc should be
#include <cstdlib>
float t(float x)
{
return -std::abs (x);
}
hjl.tools at gmail dot com via Gcc-bugs Sat, 18 Oct 2025 15:28:01 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122323
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
y.cc should be
#include <cstdlib>
float t(float x)
{
return -std::abs (x);
}