diff --git a/gcc/testsuite/gcc.target/sh/pr53512-1.c b/gcc/testsuite/gcc.target/sh/pr53512-1.c index 14106c02facd51f08ca1d4a779bff83a8c8dda75..a03273883eb6fc90aaab151d0d85ff2ba8b4149b 100644 --- a/gcc/testsuite/gcc.target/sh/pr53512-1.c +++ b/gcc/testsuite/gcc.target/sh/pr53512-1.c @@ -1,7 +1,7 @@ /* Verify that the fsca insn is used when specifying -mfsca and -funsafe-math-optimizations. */ /* { dg-do compile { target { has_fsca } } } */ -/* { dg-options "-O1 -mfsca -funsafe-math-optimizations" } */ +/* { dg-options "-O1 -mfsca -funsafe-math-optimizations -fno-math-errno" } */ /* { dg-final { scan-assembler-times "fsca" 3 } } */ #include <math.h> diff --git a/gcc/testsuite/gcc.target/sh/pr53512-2.c b/gcc/testsuite/gcc.target/sh/pr53512-2.c index a79e58adb749e7d27b8771d050ea44ee9304786e..48872a1f2d2e394a338c3428d4e731ecccf892e8 100644 --- a/gcc/testsuite/gcc.target/sh/pr53512-2.c +++ b/gcc/testsuite/gcc.target/sh/pr53512-2.c @@ -1,7 +1,7 @@ /* Verify that the fsca insn is not used when specifying -mno-fsca and -funsafe-math-optimizations. */ /* { dg-do compile { target { has_fsca } } } */ -/* { dg-options "-O1 -mno-fsca -funsafe-math-optimizations" } */ +/* { dg-options "-O1 -mno-fsca -funsafe-math-optimizations -fno-math-errno" } */ /* { dg-final { scan-assembler-not "fsca" } } */ #include <math.h> diff --git a/gcc/testsuite/gcc.target/sh/pr53512-3.c b/gcc/testsuite/gcc.target/sh/pr53512-3.c index 19e9ede8156b6125f3fdf31acf9fd42018b21bce..b834f3587ff14b1017074b9d04cb5cbf01374fef 100644 --- a/gcc/testsuite/gcc.target/sh/pr53512-3.c +++ b/gcc/testsuite/gcc.target/sh/pr53512-3.c @@ -1,7 +1,7 @@ /* Verify that the fsrra insn is used when specifying -mfsrra and -funsafe-math-optimizations and -ffinite-math-only. */ /* { dg-do compile { target { has_fsrra } } } */ -/* { dg-options "-O1 -mfsrra -funsafe-math-optimizations -ffinite-math-only" } */ +/* { dg-options "-O1 -mfsrra -funsafe-math-optimizations -ffinite-math-only -fno-math-errno" } */ /* { dg-final { scan-assembler "fsrra" } } */ #include <math.h> diff --git a/gcc/testsuite/gcc.target/sh/pr53512-4.c b/gcc/testsuite/gcc.target/sh/pr53512-4.c index a1d3e8141170956b6fc2a796232c13055f2cd48d..01a981dd8bb69a79135ed9009522b63553bac5b4 100644 --- a/gcc/testsuite/gcc.target/sh/pr53512-4.c +++ b/gcc/testsuite/gcc.target/sh/pr53512-4.c @@ -1,7 +1,7 @@ /* Verify that the fsrra insn is not used when specifying -mno-fsrra and -funsafe-math-optimizations and -ffinite-math-only. */ /* { dg-do compile { target { has_fsrra } } } */ -/* { dg-options "-O1 -mno-fsrra -funsafe-math-optimizations -ffinite-math-only" } */ +/* { dg-options "-O1 -mno-fsrra -funsafe-math-optimizations -ffinite-math-only -fno-math-errno" } */ /* { dg-final { scan-assembler-not "fsrra" } } */ #include <math.h> diff --git a/gcc/testsuite/gcc.target/sh/pr54680.c b/gcc/testsuite/gcc.target/sh/pr54680.c index 7b02de35464787ccdc4eb5b28be01a71e8ca668f..1ca67b7f83627dec1d097d98f99f19e63c014208 100644 --- a/gcc/testsuite/gcc.target/sh/pr54680.c +++ b/gcc/testsuite/gcc.target/sh/pr54680.c @@ -2,7 +2,7 @@ to int. Notice that we can't count just "lds" insns because mode switches use "lds.l". */ /* { dg-do compile { target { has_fsca } } } */ -/* { dg-options "-O2 -mfsca -funsafe-math-optimizations -fno-ipa-icf" } */ +/* { dg-options "-O2 -mfsca -funsafe-math-optimizations -fno-ipa-icf -fno-math-errno" } */ /* { dg-final { scan-assembler-times "fsca" 7 } } */ /* { dg-final { scan-assembler-times "shad" 1 } } */ /* { dg-final { scan-assembler-times "lds\tr\[0-9\],fpul" 6 } } */