Fixed recent testcases for backslash hell typo.
authorKai Tietz <ktietz@gcc.gnu.org>
Wed, 20 Apr 2011 17:42:51 +0000 (19:42 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Wed, 20 Apr 2011 17:42:51 +0000 (19:42 +0200)
From-SVN: r172781

gcc/testsuite/gcc.dg/binop-xor1.c
gcc/testsuite/gcc.dg/binop-xor2.c
gcc/testsuite/gcc.dg/binop-xor3.c
gcc/testsuite/gcc.dg/binop-xor4.c
gcc/testsuite/gcc.dg/binop-xor5.c

index 7e46286468d3cb36bd1ce3b64b25ec85ff4c3f35..53a2ce23ab3eb27444fe818e20539b81278d759b 100644 (file)
@@ -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
    it in the real test.  */
 /* { 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" } } */
index 369b3502b5257c6dd28bf0fd9e7ddd65e48b15a7..51b41dd7ff658a43228ddd91cf3368487b22bd30 100644 (file)
@@ -10,5 +10,5 @@ foo (int a, int b)
 /* We expect to see "<bb N>"; confirm that, so that we know to count
    it in the real test.  */
 /* { 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" } } */
index ef4b82f4e39ae22afbe2176d6bb6bf07be6ce30d..97c7888189a09205f5d454bf7c394fff41dab7ae 100644 (file)
@@ -10,5 +10,5 @@ foo (int a, int b)
 /* We expect to see "<bb N>"; confirm that, so that we know to count
    it in the real test.  */
 /* { 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" } } */
index af228d966483a7a796693cba66a994f0c2f24672..f87950a3335c344029434eb347e79ab801067b3a 100644 (file)
@@ -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
    it in the real test.  */
 /* { 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" } } */
index 5f2b8df1accb17b71bb3b92484a28569620dc147..256c4bfa82ad241728d91cf9c1bf7b90b648bcda 100644 (file)
@@ -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
    it in the real test.  */
 /* { 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 { cleanup-tree-dump "optimized" } } */