| Submitter | Uros Bizjak |
|---|---|
| Date | Nov. 7, 2012, 12:40 p.m. |
| Message ID | <CAFULd4bhtr0pepAnAuGaYNE__kxkb3q35ahBj0VG2j0EhD0UkA@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/197656/ |
| State | New |
| Headers | show |
Comments
On Wed, Nov 7, 2012 at 1:40 PM, Uros Bizjak <ubizjak@gmail.com> wrote: > Attached patch addresses UNRESOLVED part of cunroll-1.c test failure, > but with fixed dump filename, I got: > > FAIL: gcc.dg/tree-ssa/cunroll-1.c scan-tree-dump cunrolli "Unrolled > loop 1 completely .duplicated 1 times.." Now committed as obvious, with following ChangeLog: 2012-11-07 Uros Bizjak <ubizjak@gmail.com> * gcc.dg/tree-ssa/cunroll-1.c: Scan cunrolli dump. Uros.
Patch
Index: gcc.dg/tree-ssa/cunroll-1.c =================================================================== --- gcc.dg/tree-ssa/cunroll-1.c (revision 193292) +++ gcc.dg/tree-ssa/cunroll-1.c (working copy) @@ -8,6 +8,6 @@ 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
Hello! Attached patch addresses UNRESOLVED part of cunroll-1.c test failure, but with fixed dump filename, I got: FAIL: gcc.dg/tree-ssa/cunroll-1.c scan-tree-dump cunrolli "Unrolled loop 1 completely .duplicated 1 times.." I'll leave this to Honza to decide. Uros. .duplicated 1 times.." "cunrolli"} } */ +/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */ /* { dg-final { cleanup-tree-dump "cunrolli" } } */