| Index: gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
|
| diff --git a/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f b/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
|
| index af966ec5f97a515bd7586cb9009f237025f1f42a..75fccca146cae03017e8d154f125c75493752010 100644
|
| --- a/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
|
| +++ b/gcc/gcc/testsuite/gfortran.dg/graphite/block-2.f
|
| @@ -1,5 +1,3 @@
|
| -! { dg-options "-O2 -floop-block -fdump-tree-graphite-all" }
|
| -
|
| SUBROUTINE MATRIX_MUL_UNROLLED (A, B, C, L, M, N)
|
| DIMENSION A(L,M), B(M,N), C(L,N)
|
|
|
| @@ -18,5 +16,6 @@
|
| RETURN
|
| END
|
|
|
| -! { dg-final { scan-tree-dump-times "Loop blocked" 3 "graphite" { xfail { "*-*-*" } } } }
|
| -! { dg-final { cleanup-tree-dump "graphite" } }
|
| +! { dg-final { scan-tree-dump-times "number of SCoPs: 2" 1 "graphite" } }
|
| +! { dg-final { scan-tree-dump-times "will be loop blocked" 2 "graphite" { xfail *-*-* } } }
|
| +! { dg-final { cleanup-tree-dump "graphite" } }
|
|
|