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

From-SVN: r181237
This commit is contained in:
Jakub Jelinek 2011-11-09 22:36:13 +01:00 committed by Jakub Jelinek
parent 0ff0609d03
commit 94158d7d26
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-11-09 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/tm/memopt-1.c: Fix up regexp.
2011-11-09 Ian Lance Taylor <iant@google.com>
* lib/target-supports.exp (check_effective_target_ucontext_h): New

View File

@ -22,7 +22,7 @@ f()
}
}
/* { dg-final { scan-tree-dump-times "transforming: .*_ITM_RaWU[248] \\(&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" } } */