On Sat, Nov 08, 2014 at 09:01:14PM +0100, Tobias Grosser wrote: > On 08.11.2014 20:49, Roman Gareev wrote: > >>Sounds good as long as they will compile and pass tests independently. > >>Please also remember updating the documentation. > > > >I’m trying to build Graphite without CLooG, but I get the following error: > > > >libbackend.a(graphite-optimize-isl.o): In function `getScheduleForBandList': > >/home/roman/sec_trunk/gcc/gcc/graphite-optimize-isl.c:357: undefined > >reference to `isl_band_member_is_zero_distance' > > @Sven: Maybe Sven has an idea how to handle this best.
>From the manual: =item * The function C<isl_band_member_is_zero_distance> has been removed. Essentially the same functionality is available through C<isl_band_member_is_coincident>, except that is requires setting up coincidence constraints. skimo