RE: [PATCH] select isl-0.15 in download_prerequisites

2015-10-23 Thread VandeVondele Joost
> can isl-0.15 be built with 4.8 and 4.9? ..with an old libc? isl-0.15 builds for me with gcc 4.6.4, 4.7.4, 4.8.3, 4.9.2, not sure about older libc. I can't find any reference to max_align_t in the isl-0.15 source. (for me actually also isl-0.14 builds fine down to gcc 4.6). Maybe somebody with

Re: [PATCH] select isl-0.15 in download_prerequisites

2015-10-23 Thread Szabolcs Nagy
On 05/09/15 17:46, VandeVondele Joost wrote: can 4.8 and 4.9 be built with isl-0.15? The patch only influences an in-tree build of isl for trunk, so does it matter ? can isl-0.15 be built with 4.8 and 4.9? ..with an old libc? (i remember seeing isl-0.14 fail because max_align_t or something

RE: [PATCH] select isl-0.15 in download_prerequisites

2015-10-23 Thread VandeVondele Joost
> I think it is fine to bump the default version of isl to be downloaded by > default. > Are there other reviewers who would oppose committing this patch? So, OK for trunk ?

RE: [PATCH] select isl-0.15 in download_prerequisites

2015-09-05 Thread VandeVondele Joost
> can 4.8 and 4.9 be built with isl-0.15? The patch only influences an in-tree build of isl for trunk, so does it matter ?

Re: [PATCH] select isl-0.15 in download_prerequisites

2015-09-05 Thread Matthias Klose
On 09/05/2015 02:36 PM, Sebastian Pop wrote: > I think it is fine to bump the default version of isl to be downloaded > by default. > Are there other reviewers who would oppose committing this patch? can 4.8 and 4.9 be built with isl-0.15?

Re: [PATCH] select isl-0.15 in download_prerequisites

2015-09-05 Thread Sebastian Pop
On Fri, Sep 4, 2015 at 12:42 AM, VandeVondele Joost wrote: > For the recent fix of PR53852, isl-0.15 is needed, I just went to the documentation of isl-0.14 and I see that it also provides the functionality to count the number of isl operations: isl_ctx_get_max_operations(). isl-0.12.2 does not