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/gcc/graphite-sese-to-poly.c:647:3: error: use of
> > undeclared identifier 'isl_id'
> > isl_id *id;
> >
> > Did you omit some of the patch?
> > Jack
> >
>
> You should use the latest isl from git to compile gcc with these patches.
Sebastian,
Do you mean the latest cloog.org fit release? If so, this means the patch
that [PATCH 02/11] Require cloog 0.16.3
is now insufficient and whould be requiring an unreleased 0.16.4. Certainly
cloog 0.16.4 should be released before
these patches are committed, no?
Jack
>
> commit 1303fcc500dabe1e1afe1fe521ff285093d7cc13
> Author: Sven Verdoolaege <[email protected]>
> Date: Thu Aug 11 10:21:27 2011 +0200
>
> rename isl_map_insert to isl_set_insert_dims and add it to the docs
>
> The new name is more consistent with other functions, especially
> isl_map_add_dims.
>
> I am using the isl_set_insert_dims function so you would need at least
> this revision.
>
> Sebastian