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
This commit is contained in:
Ulrich Weigand 2009-11-24 12:55:53 +00:00 committed by Ulrich Weigand
parent 1415abc0e7
commit 44018bc325
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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_" } }