https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97078
--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
The following few lines are enough on SPARC at -O2:
extern void foo (long double);
void bar (long double d)
{
foo (d);
}
ebotcazou at gcc dot gnu.org Wed, 16 Sep 2020 23:44:42 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97078
--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
The following few lines are enough on SPARC at -O2:
extern void foo (long double);
void bar (long double d)
{
foo (d);
}