Fix expected scanned pattern.

2019-04-08  Martin Liska  <mliska@suse.cz>

	* gcc.target/riscv/arch-1.c: Fix expected scanned pattern.

From-SVN: r270202
This commit is contained in:
Martin Liska 2019-04-08 10:42:00 +02:00 committed by Martin Liska
parent 8d2318ffa3
commit 145f764aae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-04-08 Martin Liska <mliska@suse.cz>
* gcc.target/riscv/arch-1.c: Fix expected scanned pattern.
2019-04-08 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/89914

View 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 } */