https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115826
--- Comment #2 from Torbjorn SVENSSON <azoff at gcc dot gnu.org> --- Adding /* { dg-add-options ieee } */ to gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s1281.c did not change any of the flags that gcc was invoked with. I experimented a bit more and found that adding -fno-finite-math-only did allow the test case to PASS. Is this a suitable solution? I sent a patch adding the -fno-finite-math-only fix to the ML in hope it would save some time if accepted. https://gcc.gnu.org/pipermail/gcc-patches/2024-July/657273.html If acceptable, I would like to backport it to releases/gcc-14.