On Wed, Nov 09, 2011 at 09:32:28AM -0500, Patrick Marlier wrote: > > * gcc.dg/tm/memopt-1.c: Adjust regexp.
This results in ERROR: (DejaGnu) proc "248" does not exist. - [] is tcl procedure invocation. Testing following, will commit soon if it succeeds: 2011-11-09 Jakub Jelinek <ja...@redhat.com> * gcc.dg/tm/memopt-1.c: Fix up regexp. --- gcc/testsuite/gcc.dg/tm/memopt-1.c.jj 2011-11-09 19:34:04.642647773 +0100 +++ gcc/testsuite/gcc.dg/tm/memopt-1.c 2011-11-09 21:19:55.579803957 +0100 @@ -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" } } */ Jakub