Commit 44018bc3 by Ulrich Weigand Committed by Ulrich Weigand

anonname1.C: Escape backslash in scan-assembler-not regular expression.

	* g++.dg/debug/dwarf2/anonname1.C: Escape backslash in
	scan-assembler-not regular expression.

From-SVN: r154495
parent 1415abc0
2009-11-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* g++.dg/debug/dwarf2/anonname1.C: Escape backslash in
scan-assembler-not regular expression.
2009-11-24 Richard Guenther <rguenther@suse.de>
PR tree-optimization/42142
......
......@@ -2,7 +2,7 @@
// { dg-do compile }
// { dg-options "-gdwarf-2 -dA -std=c++0x" }
// { dg-final { scan-assembler-not "<anonymous" } }
// { dg-final { scan-assembler-not "\._\[0-9\]" } }
// { dg-final { scan-assembler-not "\\._\[0-9\]" } }
// { dg-final { scan-assembler-not "\$_\[0-9\]" } }
// { dg-final { scan-assembler-not "__anon_" } }
......
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