Re: Gcc-4.8 (20130217) dealing with bugfixes in isl

2013-03-06 Thread Richard Biener
On Tue, Mar 5, 2013 at 8:04 PM, koala01 wrote: > Hello, > > I'm trying to compile the gcc-4.8.0-20130217 snapshot with (eg) the last > version of isl. > > This version has a bug fix which make that isl_version() returns > "isl-1.11.1", as result that configure script fails to detect isl because it

Re: Gcc-4.8 (20130217) dealing with bugfixes in isl

2013-03-05 Thread Shakthi Kannan
Hi, --- On Wed, Mar 6, 2013 at 12:34 AM, koala01 wrote: | This version has a bug fix which make that isl_version() returns | "isl-1.11.1", as result that configure script fails to detect isl \-- Perhaps build gcc with the following? $ ../configure --disable-isl-version-check SK -- Shakthi