]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/graphite/id-16.c
graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / graphite / id-16.c
index bc1c29fd1e464a2364f032931bcb077335975b96..faa685f8014b64b992458c3c7cd678466de26648 100644 (file)
@@ -1,5 +1,3 @@
-/* { dg-additional-options "--param graphite-allow-codegen-errors=1" } */
-
 int transformation[(2*19 - 1) * (2*19 - 1)][8];
 
 const int transformation2[8][2][2] = {
@@ -44,5 +42,3 @@ transformation_init (void)
        }
     }
 }
-
-/* { dg-final { scan-tree-dump-times "code generation error" 1 "graphite" } } */