From 95161c6abfbd7ba9fab0b538ccc885f5980efbee Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 10 Jun 2024 22:39:40 -0600 Subject: [committed] [RISC-V] Drop dead round_32 test This test is no longer useful. It doesn't test what it was originally intended to test and there's really no way to recover it sanely. We agreed in the patchwork meeting last week that if we want to test Zfa that we'll write a new test for that. Similarly if we want to do deeper testing of the non-Zfa sequences in this space that we'd write new tests for those as well (execution tests in particular). So dropping this test. gcc/testsuite * gcc.target/riscv/round_32.c: Delete. --- gcc/testsuite/gcc.target/riscv/round_32.c | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 gcc/testsuite/gcc.target/riscv/round_32.c (limited to 'gcc') diff --git a/gcc/testsuite/gcc.target/riscv/round_32.c b/gcc/testsuite/gcc.target/riscv/round_32.c deleted file mode 100644 index 88ff77a..0000000 --- a/gcc/testsuite/gcc.target/riscv/round_32.c +++ /dev/null @@ -1,23 +0,0 @@ -/* { 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" } } */ - -#include "round.c" - -/* { dg-final { scan-assembler-times {\mfcvt.w.s} 15 } } */ -/* { dg-final { scan-assembler-times {\mfcvt.s.w} 5 } } */ -/* { dg-final { scan-assembler-times {\mfcvt.d.w} 65 } } */ -/* { dg-final { scan-assembler-times {\mfcvt.w.d} 15 } } */ -/* { dg-final { scan-assembler-times {,rup} 6 } } */ -/* { dg-final { scan-assembler-times {,rmm} 6 } } */ -/* { dg-final { scan-assembler-times {,rdn} 6 } } */ -/* { dg-final { scan-assembler-times {,rtz} 6 } } */ -/* { dg-final { scan-assembler-not {\mfcvt.l.d} } } */ -/* { dg-final { scan-assembler-not {\mfcvt.d.l} } } */ -/* { dg-final { scan-assembler-not "\\sceil\\s" } } */ -/* { dg-final { scan-assembler-not "\\sfloor\\s" } } */ -/* { dg-final { scan-assembler-not "\\sround\\s" } } */ -/* { dg-final { scan-assembler-not "\\snearbyint\\s" } } */ -/* { dg-final { scan-assembler-not "\\srint\\s" } } */ -/* { dg-final { scan-assembler-not "\\stail\\s" } } */ -- cgit v1.1