From: Uros Bizjak Date: Wed, 7 Nov 2012 22:41:39 +0000 (+0100) Subject: cunroll-1.c: Scan cunrolli dump. X-Git-Tag: releases/gcc-4.8.0~2152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2458853f86e307079e37a752c114ed36f6cef54c;p=thirdparty%2Fgcc.git cunroll-1.c: Scan cunrolli dump. * gcc.dg/tree-ssa/cunroll-1.c: Scan cunrolli dump. From-SVN: r193316 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 302daff942e7..18de27f53102 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-11-05 Uros Bizjak + + * gcc.dg/tree-ssa/cunroll-1.c: Scan cunrolli dump. + 2012-11-07 Eric Botcazou * gcc.c-torture/compile/20121107-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c index 37d5ba103346..3b87f9f3ef2d 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c @@ -8,6 +8,6 @@ test(int c) a[i]=5; } /* Array bounds says the loop will not roll much. */ -/* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated 1 times.." "cunroll"} } */ -/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunroll"} } */ +/* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated 1 times.." "cunrolli"} } */ +/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */ /* { dg-final { cleanup-tree-dump "cunrolli" } } */