Commit 145f764a by Martin Liska Committed by Martin Liska

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
parent 8d2318ff
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
......
......@@ -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 } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment