diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 302daff942e..18de27f5310 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 37d5ba10334..3b87f9f3ef2 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" } } */