Re: [PATCH 09/11] Add scop->context

2011-08-12 Thread Sebastian Pop
On Fri, Aug 12, 2011 at 02:22, Sven Verdoolaege wrote: > On Thu, Aug 11, 2011 at 05:44:37PM -0500, Sebastian Pop wrote: >> +  ctx = isl_ctx_alloc (); > > I can't find the call to cloog_isl_state_malloc in this patch > that Tobi correctly requested. Yes, sorry, I forgot about this one after I merg

Re: [PATCH 09/11] Add scop->context

2011-08-12 Thread Sven Verdoolaege
On Thu, Aug 11, 2011 at 05:44:37PM -0500, Sebastian Pop wrote: > + ctx = isl_ctx_alloc (); I can't find the call to cloog_isl_state_malloc in this patch that Tobi correctly requested. skimo

Re: [PATCH 09/11] Add scop->context

2011-08-12 Thread Tobias Grosser
diff --git a/gcc/graphite.c b/gcc/graphite.c index 8f6d8a1..b2cf7c6 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -260,10 +260,12 @@ graphite_transform_loops (void) bool need_cfg_cleanup_p = false; VEC (scop_p, heap) *scops = NULL; htab_t bb_pbb_mapping; + isl_ctx *ctx; if

Re: [PATCH 09/11] Add scop->context

2011-08-11 Thread Jack Howarth
On Thu, Aug 11, 2011 at 09:08:41PM -0500, Sebastian Pop wrote: > >    This patch falls to compile under clang3.0svn with the error... > > > > ../../gcc-4.7-20110811/gcc/graphite-sese-to-poly.c:643:8: error: unknown > > type name 'isl_id' > > static isl_id * > >       ^ > > ../../gcc-4.7-20110811/g

Re: [PATCH 09/11] Add scop->context

2011-08-11 Thread Sebastian Pop
>    This patch falls to compile under clang3.0svn with the error... > > ../../gcc-4.7-20110811/gcc/graphite-sese-to-poly.c:643:8: error: unknown type > name 'isl_id' > static isl_id * >       ^ > ../../gcc-4.7-20110811/gcc/graphite-sese-to-poly.c:647:3: error: use of > undeclared identifier 'isl

Re: [PATCH 09/11] Add scop->context

2011-08-11 Thread Jack Howarth
On Thu, Aug 11, 2011 at 05:44:37PM -0500, Sebastian Pop wrote: > > Signed-off-by: Sebastian Pop > --- > gcc/graphite-clast-to-gimple.c | 55 ++-- > gcc/graphite-cloog-util.c |1 + > gcc/graphite-poly.c|8 + > gcc/graphite-poly.h|3 + > gcc/graphite-

[PATCH 09/11] Add scop->context

2011-08-11 Thread Sebastian Pop
Signed-off-by: Sebastian Pop --- gcc/graphite-clast-to-gimple.c | 55 ++-- gcc/graphite-cloog-util.c |1 + gcc/graphite-poly.c|8 + gcc/graphite-poly.h|3 + gcc/graphite-sese-to-poly.c| 301 +++- gcc/graphite