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> (cherry picked from commit 7793f5b4194253acaac0b53d8a1c95d9b5c8f4bb)
This commit is contained in:
parent
b41487a883
commit
a544898f6d
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
/* { dg-additional-options "--param vect-epilogues-nomask=0" } */
|
||||
/* { dg-require-effective-target vect_float } */
|
||||
|
||||
/* This test requires +-Inf and NaN, so disable finite-math-only */
|
||||
/* { dg-additional-options "-fno-finite-math-only" } */
|
||||
|
||||
#include "tsvc.h"
|
||||
|
||||
real_t s1281(struct args_t * func_args)
|
||||
|
|
Loading…
Add table
Reference in a new issue