Add "\\".

2010-09-20  H.J. Lu  <hongjiu.lu@intel.com>

	* g++.dg/tree-ssa/pr45605.C: Add "\\".

From-SVN: r164446
This commit is contained in:
H.J. Lu 2010-09-20 18:03:28 +00:00 committed by H.J. Lu
parent 9bedc09b13
commit c2310fc4e1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-20 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/tree-ssa/pr45605.C: Add "\\".
2010-09-20 Richard Guenther <rguenther@suse.de>
PR middle-end/45704

View File

@ -33,5 +33,5 @@ int main() {
/* We should devirtualize call to D::Run */
/* { dg-final { scan-tree-dump-times "D::Run (" 1 "ssa"} } */
/* { dg-final { scan-tree-dump-times "D::Run \\(" 1 "ssa"} } */
/* { dg-final { cleanup-tree-dump "ssa" } } */