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.
xry111 at gcc dot gnu.org via Gcc-bugs Wed, 03 Jul 2024 04:54:55 -0700
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.