]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/graphite/pr46168.c
graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / graphite / pr46168.c
index 97a8adf6ece71d9b1c0853e6b9b67a6cc7e11288..28b48415d972f6a14ce48b9b99c91aa628759b73 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -ftree-loop-linear -fdump-tree-graphite-details --param graphite-allow-codegen-errors=1" } */
+/* { dg-options "-O -ftree-loop-linear" } */
 
 int
 foo (int a[4096], int mi, int mj)
@@ -13,5 +13,3 @@ foo (int a[4096], int mi, int mj)
     }
   return i16;
 }
-
-/* { dg-final { scan-tree-dump-times "code generation error" 1 "graphite" } } */