[PATCH] Fix UNRESOLVED gcc.dg/graphite/pr37485.c

Richard Guenther rguenther@suse.de
Thu Jul 7 10:36:00 GMT 2011


Committed.

Richard.

2011-07-07  Richard Guenther  <rguenther@suse.de>

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

Index: gcc/testsuite/gcc.dg/graphite/pr37485.c
===================================================================
--- gcc/testsuite/gcc.dg/graphite/pr37485.c	(revision 175915)
+++ gcc/testsuite/gcc.dg/graphite/pr37485.c	(working copy)
@@ -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;



More information about the Gcc-patches mailing list