> 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. commit 1303fcc500dabe1e1afe1fe521ff285093d7cc13 Author: Sven Verdoolaege <sk...@kotnet.org> 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