From c988e08f67c138fda6468825a2390f3a049b6a33 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Wed, 20 Apr 2011 19:42:51 +0200 Subject: [PATCH] Fixed recent testcases for backslash hell typo. From-SVN: r172781 --- gcc/testsuite/gcc.dg/binop-xor1.c | 2 +- gcc/testsuite/gcc.dg/binop-xor2.c | 2 +- gcc/testsuite/gcc.dg/binop-xor3.c | 2 +- gcc/testsuite/gcc.dg/binop-xor4.c | 2 +- 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 7e46286468d..53a2ce23ab3 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 ""; confirm that, so that we know to count it in the real test. */ /* { dg-final { scan-tree-dump-times "\]*>" 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 369b3502b52..51b41dd7ff6 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 ""; confirm that, so that we know to count it in the real test. */ /* { 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" } } */ diff --git a/gcc/testsuite/gcc.dg/binop-xor3.c b/gcc/testsuite/gcc.dg/binop-xor3.c index ef4b82f4e39..97c7888189a 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 ""; confirm that, so that we know to count it in the real test. */ /* { 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" } } */ diff --git a/gcc/testsuite/gcc.dg/binop-xor4.c b/gcc/testsuite/gcc.dg/binop-xor4.c index af228d96648..f87950a3335 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 ""; confirm that, so that we know to count it in the real test. */ /* { 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" } } */ diff --git a/gcc/testsuite/gcc.dg/binop-xor5.c b/gcc/testsuite/gcc.dg/binop-xor5.c index 5f2b8df1acc..256c4bfa82a 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 ""; confirm that, so that we know to count it in the real test. */ /* { 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" } } */ -- 2.30.2