From: Jan Hubicka Date: Thu, 25 Oct 2012 19:24:19 +0000 (+0200) Subject: cunroll-4.c: Update; we now remove the loop at ivcanon time. X-Git-Tag: releases/gcc-4.8.0~2540 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2257bc19401e4dfd76f199fa40c0aa6c3bfdc612;p=thirdparty%2Fgcc.git cunroll-4.c: Update; we now remove the loop at ivcanon time. * gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop at ivcanon time. From-SVN: r192822 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 16c0ce6c1b9f..e4ae2b8fca0a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-10-25 Jan Hubicka + + * gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop + at ivcanon time. + 2012-10-25 Paolo Carlini PR c++/53761 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c index 02c94260a328..e42919c342f4 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O3 -fdump-tree-cunroll-details" } */ +/* { dg-options "-O3 -fdump-tree-ivcanon-details" } */ int a[1]; test(int c) { @@ -16,6 +16,6 @@ test(int c) /* We should do this as part of cunrolli, but our cost model do not take into account early exit from the last iteration. */ -/* { dg-final { scan-tree-dump "Turned loop 1 to non-loop; it never loops." "cunrolli"} } */ -/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */ -/* { dg-final { cleanup-tree-dump "cunroll" } } */ +/* { dg-final { scan-tree-dump "Turned loop 1 to non-loop; it never loops." "ivcanon"} } */ +/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "ivcanon"} } */ +/* { dg-final { cleanup-tree-dump "ivcanon" } } */