]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Fix testsuite regression caused by quotes around options.
authorKito Cheng <kito.cheng@gmail.com>
Mon, 18 Mar 2019 19:45:20 +0000 (19:45 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 18 Mar 2019 19:45:20 +0000 (12:45 -0700)
2019-03-18  Kito Cheng  <kito.cheng@gmail.com>
* gcc.target/riscv/arch-1.c: Add quotes around march in dg-error.

From-SVN: r269779

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/riscv/arch-1.c

index 18a24a7454b4164989011447892b5cf8340895eb..de31e36f53dbe151d2b161c0e5309b44d5b6021d 100644 (file)
@@ -1,3 +1,7 @@
+2019-03-18  Kito Cheng  <kito.cheng@gmail.com>
+
+       * gcc.target/riscv/arch-1.c: Add quotes around march in dg-error.
+
 2019-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * gcc.target/powerpc/bswap16.c: Use a pointer instead of a global for
index 83d5c8a54c444b9b211240006ec7192e8b623191..f12879c84d5d6450379edcf8022afb41e1b46a22 100644 (file)
@@ -3,4 +3,4 @@
 int foo()
 {
 }
-/* { dg-error ".-march=rv32I: first ISA subset must be `e', `i' or `g'" "" { target *-*-* } 0 } */
+/* { dg-error ".'-march=rv32I': first ISA subset must be `e', `i' or `g'" "" { target *-*-* } 0 } */