https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115752

--- Comment #4 from Xi Ruoyao <xry111 at gcc dot gnu.org> ---
Reduced more:

long double
test (long double xx)
{
   __asm ("" :: "f"(xx));
   return xx + 1;
}

and this one fails at -O2 & -O3 too.

Reply via email to