Commit 4fe19f1d by Thomas Schwinge Committed by Thomas Schwinge

Resolve DejaGnu hard stop

	gcc/testsuite/
	* gcc.target/i386/addr-space-3.c: Fix quoting in dg-final
	scan-assembler directive.

From-SVN: r230038
parent c518678b
2015-11-09 Thomas Schwinge <thomas@codesourcery.com>
* gcc.target/i386/addr-space-3.c: Fix quoting in dg-final
scan-assembler directive.
2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/68129 PR target/68129
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O" } */ /* { dg-options "-O" } */
/* { dg-final { scan-assembler "[fg]s:0" } } */ /* { dg-final { scan-assembler "\[fg]s:0" } } */
void test(int *y) void test(int *y)
{ {
......
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