pr37485.c: Add -floop-block.
authorRichard Guenther <rguenther@suse.de>
Thu, 7 Jul 2011 10:36:13 +0000 (10:36 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 7 Jul 2011 10:36:13 +0000 (10:36 +0000)
2011-07-07  Richard Guenther  <rguenther@suse.de>

* gcc.dg/graphite/pr37485.c: Add -floop-block.

From-SVN: r175963

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr37485.c

index a1b8bb8..2c390b4 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-07  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/graphite/pr37485.c: Add -floop-block.
+
 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR target/39150
index ce2507b..cf0969b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fdump-tree-graphite-all" } */
+/* { dg-options "-O2 -floop-block -fdump-tree-graphite-all" } */
 
 typedef unsigned char   UChar;
 typedef int             Int32;