aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/restrict-2.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-06-01 17:01:17 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-06-01 17:01:17 +0000
commit4efa926130748eacb2ab2773cfb16426baed95a2 (patch)
treee127bd3746dbcafe39b599443facbb089e438fe1 /gcc/testsuite/c-c++-common/restrict-2.c
parent3dfaf1d7dbe64f27aa61388f18971b53a923db9f (diff)
downloadgcc-4efa926130748eacb2ab2773cfb16426baed95a2.zip
gcc-4efa926130748eacb2ab2773cfb16426baed95a2.tar.gz
gcc-4efa926130748eacb2ab2773cfb16426baed95a2.tar.bz2
re PR tree-optimization/53501 (scev introduces signed overflow)
PR middle-end/53501 * fold-const.c (fold_binary_loc): Refine previous change. testsuite/ * c-c++-common/restrict-2.c: Revert previous change. From-SVN: r188118
Diffstat (limited to 'gcc/testsuite/c-c++-common/restrict-2.c')
-rw-r--r--gcc/testsuite/c-c++-common/restrict-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/c-c++-common/restrict-2.c b/gcc/testsuite/c-c++-common/restrict-2.c
index 42ed398..3f71b77 100644
--- a/gcc/testsuite/c-c++-common/restrict-2.c
+++ b/gcc/testsuite/c-c++-common/restrict-2.c
@@ -10,5 +10,5 @@ void foo (float * __restrict__ a, float * __restrict__ b, int n, int j)
/* We should move the RHS of the store out of the loop. */
-/* { dg-final { scan-tree-dump-times "Moving statement" 10 "lim1" } } */
+/* { dg-final { scan-tree-dump-times "Moving statement" 11 "lim1" } } */
/* { dg-final { cleanup-tree-dump "lim1" } } */