On Mon, 15 Jul 2024, Torbjörn SVENSSON wrote:
> 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.
Isn't
/* { dg-add-options ieee } */
the canonical way to handle CPU/testsuite defaults?
> gcc/testsuite/ChangeLog:
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
---
g