Commit 94158d7d by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r181237
parent 0ff0609d
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
......
......@@ -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" } } */
......
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