diff options
-rw-r--r-- | gcc/testsuite/gcc.dg/binop-xor1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/binop-xor2.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/binop-xor3.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/binop-xor4.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/binop-xor5.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/testsuite/gcc.dg/binop-xor1.c b/gcc/testsuite/gcc.dg/binop-xor1.c index 7e46286..53a2ce2 100644 --- a/gcc/testsuite/gcc.dg/binop-xor1.c +++ b/gcc/testsuite/gcc.dg/binop-xor1.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 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" } } */ diff --git a/gcc/testsuite/gcc.dg/binop-xor2.c b/gcc/testsuite/gcc.dg/binop-xor2.c index 369b350..51b41dd 100644 --- a/gcc/testsuite/gcc.dg/binop-xor2.c +++ b/gcc/testsuite/gcc.dg/binop-xor2.c @@ -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" } } */ diff --git a/gcc/testsuite/gcc.dg/binop-xor3.c b/gcc/testsuite/gcc.dg/binop-xor3.c index ef4b82f..97c7888 100644 --- a/gcc/testsuite/gcc.dg/binop-xor3.c +++ b/gcc/testsuite/gcc.dg/binop-xor3.c @@ -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" } } */ diff --git a/gcc/testsuite/gcc.dg/binop-xor4.c b/gcc/testsuite/gcc.dg/binop-xor4.c index af228d96..f87950a 100644 --- a/gcc/testsuite/gcc.dg/binop-xor4.c +++ b/gcc/testsuite/gcc.dg/binop-xor4.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 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" } } */ diff --git a/gcc/testsuite/gcc.dg/binop-xor5.c b/gcc/testsuite/gcc.dg/binop-xor5.c index 5f2b8df..256c4bf 100644 --- a/gcc/testsuite/gcc.dg/binop-xor5.c +++ b/gcc/testsuite/gcc.dg/binop-xor5.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 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" } } */ |