diff options
author | Lehua Ding <lehua.ding@rivai.ai> | 2023-07-18 14:47:28 +0800 |
---|---|---|
committer | Lehua Ding <lehua.ding@rivai.ai> | 2023-07-18 15:01:11 +0800 |
commit | 74dc7f1a94e06095108b0ac30ca35d98f3a4bb9c (patch) | |
tree | bfa33324111fc3bb9a05f594184759ccf035d595 | |
parent | 615c2e555d34c2b17513c869b309b8f398376874 (diff) | |
download | gcc-74dc7f1a94e06095108b0ac30ca35d98f3a4bb9c.zip gcc-74dc7f1a94e06095108b0ac30ca35d98f3a4bb9c.tar.gz gcc-74dc7f1a94e06095108b0ac30ca35d98f3a4bb9c.tar.bz2 |
RISC-V: Remove testcase that cannot be compiled because VLEN limitation
Since the latter patch (https://gcc.gnu.org/pipermail/gcc-patches/2023-July/624689.html)
forbidden VLEN > 4096, the testcase attribute-20.c is no long need. This is obvious.
gcc/testsuite/ChangeLog:
* gcc.target/riscv/attribute-20.c: Removed.
-rw-r--r-- | gcc/testsuite/gcc.target/riscv/attribute-20.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.target/riscv/attribute-20.c b/gcc/testsuite/gcc.target/riscv/attribute-20.c deleted file mode 100644 index f7d0b29..0000000 --- a/gcc/testsuite/gcc.target/riscv/attribute-20.c +++ /dev/null @@ -1,7 +0,0 @@ -/* { dg-do compile } */ -/* { dg-options "-march=rv64gcv_zvl65536b -mabi=lp64d" } */ -int foo() -{ -} - -/* { dg-final { scan-assembler ".attribute arch, \"rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_v1p0_zicsr2p0_zifencei2p0_zve32f1p0_zve32x1p0_zve64d1p0_zve64f1p0_zve64x1p0_zvl1024b1p0_zvl128b1p0_zvl16384b1p0_zvl2048b1p0_zvl256b1p0_zvl32768b1p0_zvl32b1p0_zvl4096b1p0_zvl512b1p0_zvl64b1p0_zvl65536b1p0_zvl8192b1p0\"" } } */ |