]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gfortran.dg/graphite/block-2.f
Modify the testsuite for the new Graphite.
[thirdparty/gcc.git] / gcc / testsuite / gfortran.dg / graphite / block-2.f
index af966ec5f97a515bd7586cb9009f237025f1f42a..6c7ee6fe9512f946881f5a54a376e3836ee718ec 100644 (file)
@@ -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)