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);
}

Reply via email to