* gcc.dg/tm/memopt-1.c: Adjust regexp.

From-SVN: r181226
This commit is contained in:
Patrick Marlier 2011-11-09 18:14:32 +00:00 committed by Richard Henderson
parent 816d91522e
commit 4b6245331e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-11-09 Patrick Marlier <patrick.marlier@gmail.com>
* gcc.dg/tm/memopt-1.c: Adjust regexp.
2011-11-09 Jason Merrill <jason@redhat.com>
PR c++/51029

View file

@ -22,7 +22,7 @@ f()
}
}
/* { dg-final { scan-tree-dump-times "transforming: .*_ITM_RaWU8 \\(&g\\);" 1 "tmmemopt" } } */
/* { dg-final { scan-tree-dump-times "transforming: .*_ITM_RaWU[248] \\(&g\\);" 1 "tmmemopt" } } */
/* { dg-final { scan-tree-dump-times "transforming: .*_ITM_WaRU4 \\(&i," 1 "tmmemopt" } } */
/* { dg-final { scan-tree-dump-times "transforming: .*_ITM_RaWU4 \\(&i\\);" 1 "tmmemopt" } } */
/* { dg-final { scan-tree-dump-times "transforming: .*_ITM_WaWU4 \\(&i," 1 "tmmemopt" } } */