Commit cce7865c by Sebastian Pop Committed by Sebastian Pop

fix PR67754

From-SVN: r228402
parent 5e4f82ab
2015-10-02 Sebastian Pop <s.pop@samsung.com>
PR tree-optimization/67754
* gfortran.dg/graphite/block-1.f90: Adjust pattern.
* gfortran.dg/graphite/block-2.f: Same.
2015-10-02 Sebastian Pop <s.pop@samsung.com>
* gcc.dg/graphite/scop-23.c: New.
2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
......
......@@ -7,4 +7,5 @@ c=0.d0
end subroutine matrix_multiply
! { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite"} }
! Disabled for now as it requires delinearization.
! { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" { xfail *-*-* } } }
......@@ -16,4 +16,5 @@
RETURN
END
! { dg-final { scan-tree-dump-times "number of SCoPs: 2" 1 "graphite" } }
! Disabled for now as it requires delinearization.
! { dg-final { scan-tree-dump-times "number of SCoPs: 2" 1 "graphite" { xfail *-*-* } } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment