graphite-sese-to-poly.c needs expr.h to compile. Fixed thusly and checked in as revision 205027.

Andrew
	* graphite-sese-to-poly.c: Include expr.h.

Index: graphite-sese-to-poly.c
===================================================================
*** graphite-sese-to-poly.c	(revision 205024)
--- graphite-sese-to-poly.c	(working copy)
*************** along with GCC; see the file COPYING3.
*** 58,63 ****
--- 58,64 ----
  #include "tree-ssa-propagate.h"
  
  #ifdef HAVE_cloog
+ #include "expr.h"
  #include "graphite-poly.h"
  #include "graphite-sese-to-poly.h"
  

Reply via email to