Commit c988e08f by Kai Tietz

Fixed recent testcases for backslash hell typo.

From-SVN: r172781
parent 0eda4033
...@@ -10,5 +10,5 @@ foo (int a, int b, int c) ...@@ -10,5 +10,5 @@ foo (int a, int b, int c)
/* We expect to see "<bb N>"; confirm that, so that we know to count /* We expect to see "<bb N>"; confirm that, so that we know to count
it in the real test. */ it in the real test. */
/* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 5 "optimized" } } */ /* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 5 "optimized" } } */
/* { dg-final { scan-tree-dump-times "\^" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
...@@ -10,5 +10,5 @@ foo (int a, int b) ...@@ -10,5 +10,5 @@ foo (int a, int b)
/* We expect to see "<bb N>"; confirm that, so that we know to count /* We expect to see "<bb N>"; confirm that, so that we know to count
it in the real test. */ it in the real test. */
/* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "\^" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
...@@ -10,5 +10,5 @@ foo (int a, int b) ...@@ -10,5 +10,5 @@ foo (int a, int b)
/* We expect to see "<bb N>"; confirm that, so that we know to count /* We expect to see "<bb N>"; confirm that, so that we know to count
it in the real test. */ it in the real test. */
/* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "\^" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
...@@ -10,5 +10,5 @@ foo (int a, int b, int c) ...@@ -10,5 +10,5 @@ foo (int a, int b, int c)
/* We expect to see "<bb N>"; confirm that, so that we know to count /* We expect to see "<bb N>"; confirm that, so that we know to count
it in the real test. */ it in the real test. */
/* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "\^" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
...@@ -10,6 +10,6 @@ foo (int a, int b, int c) ...@@ -10,6 +10,6 @@ foo (int a, int b, int c)
/* We expect to see "<bb N>"; confirm that, so that we know to count /* We expect to see "<bb N>"; confirm that, so that we know to count
it in the real test. */ it in the real test. */
/* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "\^" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "\&" 1 "optimized" } } */ /* { dg-final { scan-tree-dump-times "\&" 1 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
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