]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Update testcase due to message update
authorKito Cheng <kito.cheng@sifive.com>
Fri, 19 Jan 2024 09:52:44 +0000 (17:52 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Fri, 19 Jan 2024 10:06:25 +0000 (18:06 +0800)
gcc/testsuite/ChangeLog:

* gcc.target/riscv/arch-27.c: Update scan message.
* gcc.target/riscv/arch-28.c: Ditto.
* gcc.target/riscv/attribute-10.c: Ditto.
* gcc.target/riscv/rvv/base/big_endian-2.c: Ditto.
* gcc.target/riscv/rvv/base/zvl-unimplemented-1.c: Ditto.
* gcc.target/riscv/rvv/base/zvl-unimplemented-2.c: Ditto.

gcc/testsuite/gcc.target/riscv/arch-27.c
gcc/testsuite/gcc.target/riscv/arch-28.c
gcc/testsuite/gcc.target/riscv/attribute-10.c
gcc/testsuite/gcc.target/riscv/rvv/base/big_endian-2.c
gcc/testsuite/gcc.target/riscv/rvv/base/zvl-unimplemented-1.c
gcc/testsuite/gcc.target/riscv/rvv/base/zvl-unimplemented-2.c

index 03f07deedd15e414e7c5817c8681fd779ebd8bb9..95cebc1a2dabc72797eb150928e816c2d99a5c1c 100644 (file)
@@ -4,4 +4,4 @@ int foo()
 {
 }
 
-/* { dg-error "'i', 'e' or 'g' must be the first extension" "" { target *-*-* } 0 } */
+/* { dg-error "i, e or g must be the first extension" "" { target *-*-* } 0 } */
index 0f83c03ad3de3d32aca4af37be4d8ad67812543a..21c748edf5ccb7c2db02421a4aa64d1cbd76b94e 100644 (file)
@@ -4,4 +4,4 @@ int foo()
 {
 }
 
-/* { dg-error "'i', 'e' or 'g' must be the first extension" "" { target *-*-* } 0 } */
+/* { dg-error "i, e or g must be the first extension" "" { target *-*-* } 0 } */
index 8a7f0a8ac4932affca4ead414707f262ba62c3a7..4aaa2bbcd455790ef29e6e1e32889ecb7b7891ab 100644 (file)
@@ -5,4 +5,4 @@ int foo()
 }
 /* { dg-error "extension 'u' is unsupported standard single letter extension" "" { target { "riscv*-*-*" } } 0 } */
 /* { dg-error "extension 'n' is unsupported standard single letter extension" "" { target { "riscv*-*-*" } } 0 } */
-/* { dg-error "'i', 'e' or 'g' must be the first extension" "" { target { "riscv*-*-*" } } 0 } */
+/* { dg-error "i, e or g must be the first extension" "" { target { "riscv*-*-*" } } 0 } */
index 86cf58370bfd87ce645dd3a53f36805dabb523a1..45cc97e1f01c27259b6b89ef87439a48a0337c5a 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-options "-march=rv64gc_zve32x -mabi=lp64d -mbig-endian -O3" } */
 
 #pragma riscv intrinsic "vector"
-vint32m1_t foo (vint32m1_t) {} // { dg-excess-errors "sorry, unimplemented: Current RISC-V GCC cannot support RVV in big-endian mode" }
+vint32m1_t foo (vint32m1_t) {} // { dg-excess-errors "sorry, unimplemented: Current RISC-V GCC does not support RVV in big-endian mode" }
index 03f67035ca43db6b8f8eb0ef7d712a726639230e..1912a2457c710127c042f0607813f7ae2fdfd039 100644 (file)
@@ -1,4 +1,4 @@
 /* { dg-do compile } */
 /* { dg-options "-O3 -march=rv64gcv_zvl8192b -mabi=lp64d --param riscv-autovec-preference=fixed-vlmax" } */
 
-void foo () {} // { dg-excess-errors "sorry, unimplemented: Current RISC-V GCC can not support VLEN > 4096bit for 'V' Extension" }
+void foo () {} // { dg-excess-errors "sorry, unimplemented: Current RISC-V GCC does not support VLEN > 4096bit for 'V' Extension" }
index 075112f2f810eabefd3634913f183b3c17d2a468..884e834fb90683000414ef3b99971f978e7b63f8 100644 (file)
@@ -1,4 +1,4 @@
 /* { dg-do compile } */
 /* { dg-options "-O3 -march=rv64gcv_zvl8192b -mabi=lp64d --param riscv-autovec-preference=scalable" } */
 
-void foo () {} // { dg-excess-errors "sorry, unimplemented: Current RISC-V GCC can not support VLEN > 4096bit for 'V' Extension" }
+void foo () {} // { dg-excess-errors "sorry, unimplemented: Current RISC-V GCC does not support VLEN > 4096bit for 'V' Extension" }