RISC-V: Fix testsuite regression caused by quotes around options.
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
This commit is contained in:
parent
7834e5a0e1
commit
891cd9e3b9
@ -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
|
||||
|
@ -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 } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user