diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/graphite/block-4.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/graphite/block-4.f90 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/graphite/block-4.f90 b/gcc/testsuite/gfortran.dg/graphite/block-4.f90 index f37d70aec3f..061830fb973 100644 --- a/gcc/testsuite/gfortran.dg/graphite/block-4.f90 +++ b/gcc/testsuite/gfortran.dg/graphite/block-4.f90 @@ -15,6 +15,7 @@ enddo end subroutine matrix_multiply -! { dg-final { scan-tree-dump-times "Loop blocked" 2 "graphite" { xfail *-*-* } } } -! { dg-final { cleanup-tree-dump "graphite" } } +! { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" { xfail *-*-* } } } +! { dg-final { scan-tree-dump-times "will be loop blocked" 1 "graphite" { xfail *-*-* } } } +! { dg-final { cleanup-tree-dump "graphite" } } |