]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gfortran.dg/graphite/block-4.f90
Modify the testsuite for the new Graphite.
[thirdparty/gcc.git] / gcc / testsuite / gfortran.dg / graphite / block-4.f90
index 586a77725128fc476c3ca5a2c6e860382162dd80..f37d70aec3f31ca42289c70975f77d3b9be5371c 100644 (file)
@@ -1,5 +1,3 @@
-! { dg-options "-O2 -floop-block -fdump-tree-graphite-all" } 
-
 subroutine matrix_multiply(a,b,c,n)
 
 real(8), dimension(n,n) :: a,b,c