Message ID | 3a914a42-a5b3-4e68-baf7-be2603425d74@ventanamicro.com |
---|---|
State | New |
Headers | show |
Series | [committed,RISC-V] Don't run new rounding tests on newlib risc-v targets | expand |
diff --git a/gcc/testsuite/gcc.target/riscv/round_32.c b/gcc/testsuite/gcc.target/riscv/round_32.c index f9fea70ad55..88ff77aff2e 100644 --- a/gcc/testsuite/gcc.target/riscv/round_32.c +++ b/gcc/testsuite/gcc.target/riscv/round_32.c @@ -1,4 +1,5 @@ /* { dg-do compile { target { riscv32*-*-* } } } */ +/* { dg-require-effective-target glibc } */ /* { dg-options "-march=rv32gc -mabi=ilp32d -fno-math-errno -funsafe-math-optimizations -fno-inline" } */ /* { dg-skip-if "" { *-*-* } { "-O0" "-Og" } } */ diff --git a/gcc/testsuite/gcc.target/riscv/round_64.c b/gcc/testsuite/gcc.target/riscv/round_64.c index e79690979a5..5e13bccdcd2 100644 --- a/gcc/testsuite/gcc.target/riscv/round_64.c +++ b/gcc/testsuite/gcc.target/riscv/round_64.c @@ -1,4 +1,5 @@ /* { dg-do compile { target { riscv64*-*-* } } } */ +/* { dg-require-effective-target glibc } */ /* { dg-options "-march=rv64gc -mabi=lp64d -fno-math-errno -funsafe-math-optimizations -fno-inline" } */ /* { dg-skip-if "" { *-*-* } { "-O0" "-Og" } } */