]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Disable finite math only for test [PR115826]
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Mon, 15 Jul 2024 10:10:12 +0000 (12:10 +0200)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Tue, 23 Jul 2024 10:04:09 +0000 (12:04 +0200)
commit7793f5b4194253acaac0b53d8a1c95d9b5c8f4bb
treeb922459d2c1616ace61ef3843c8f7ffa9ac7204f
parent15d3b2dab9182eff036a604169b5e6f4ab3b2a40
testsuite: Disable finite math only for test  [PR115826]

As the test case requires +-Inf and NaN to work and -ffast-math is added
by default for arm-none-eabi, re-enable non-finite math.

gcc/testsuite/ChangeLog:

PR testsuite/115826
* gcc.dg/vect/tsvc/vect-tsvc-s1281.c: Use -fno-finite-math-only.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s1281.c