From: Kai Tietz Date: Wed, 20 Apr 2011 17:42:51 +0000 (+0200) Subject: Fixed recent testcases for backslash hell typo. X-Git-Tag: releases/gcc-4.7.0~7319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c988e08f67c138fda6468825a2390f3a049b6a33;p=thirdparty%2Fgcc.git Fixed recent testcases for backslash hell typo. From-SVN: r172781 --- diff --git a/gcc/testsuite/gcc.dg/binop-xor1.c b/gcc/testsuite/gcc.dg/binop-xor1.c index 7e46286468d3..53a2ce23ab3e 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 369b3502b525..51b41dd7ff65 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 ef4b82f4e39a..97c7888189a0 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 af228d966483..f87950a3335c 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 5f2b8df1accb..256c4bfa82ad 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" } } */