Hello! We should add loop blocking flags (the same as in graphite.exp) if we want to check graphite tree dump.
2011-07-07 Uros Bizjak <ubiz...@gmail.com> * gcc.dg/graphite/pr37485.c (dg-options): Add -floop-block -fno-loop-strip-mine -fno-loop-interchange -ffast-math. Tested on x86_64-pc-linux-gnu {,-m32}. OK for mainline? Uros.
Index: gcc.dg/graphite/pr37485.c =================================================================== --- gcc.dg/graphite/pr37485.c (revision 175956) +++ gcc.dg/graphite/pr37485.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-options "-O2 -fdump-tree-graphite-all" } */ +/* { dg-options "-O2 -floop-block -fno-loop-strip-mine -fno-loop-interchange -ffast-math -fdump-tree-graphite-all" } */ typedef unsigned char UChar; typedef int Int32;