Don't XFAIL gcc.dg/graphite/interchange-14.c (PR tree-optimization/49662)

From-SVN: r179503
This commit is contained in:
Rainer Orth 2011-10-04 14:02:29 +00:00 committed by Rainer Orth
parent 31330e16d5
commit 0d9bbe5476
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2011-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR tree-optimization/49662
* gcc.dg/graphite/interchange-14.c: Remove xfail *-*-*.
* gcc.dg/graphite/interchange-15.c: Likewise.
* gcc.dg/graphite/interchange-mvt.c: Likewise.
2011-10-04 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/tree-ssa/restrict-4.c: New test.

View File

@ -55,5 +55,5 @@ main (void)
}
/* PRE destroys the perfect nest and we can't cope with that yet. */
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
/* { dg-final { cleanup-tree-dump "graphite" } } */

View File

@ -49,6 +49,6 @@ main (void)
}
/* PRE destroys the perfect nest and we can't cope with that yet. */
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
/* { dg-final { cleanup-tree-dump "graphite" } } */

View File

@ -59,6 +59,6 @@ main (void)
}
/* PRE destroys the perfect nest and we can't cope with that yet. */
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
/* { dg-final { cleanup-tree-dump "graphite" } } */