Re: PING for build part – Re: [Build, Graphite] PR64017 - support ISL-0.14 (gcc/configure.ac and gcc/graphite*.c)

2014-12-01 Thread Richard Biener
On Sun, Nov 30, 2014 at 2:19 PM, Tobias Burnus bur...@net-b.de wrote:
 PING for https://gcc.gnu.org/ml/gcc-patches/2014-11/msg03281.html

 Only the build changes have still to be reviewed; the Graphite part is
 already approved – as is the loosely related follow-up patch.

Ok.

Thanks,
Richard.

 Tobias Burnus wrote:

 This patch adds a configure check for
 isl_schedule_constraints_compute_schedule,
 which is new in ISL 0.13 - and uses it for conditional compilation.

 The graphite*c patch is based on the one of Jack Howarth,
 https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00906.html - without
 checking
 whether the ISL replacements make sense.

 With the patch, I have successfully bootstrapped GCC with ISL 0.12.2 and
 ISL 0.14 (both using an in-tree build).  [I still have to regtest the two
 variants and I also want to do a system-ISL built with ISL 0.12.2]

 Is the patch OK for the trunk?

 Tobias




PING for build part – Re: [Build, Graphite] PR64017 - support ISL-0.14 (gcc/configure.ac and gcc/graphite*.c)

2014-11-30 Thread Tobias Burnus

PING for https://gcc.gnu.org/ml/gcc-patches/2014-11/msg03281.html

Only the build changes have still to be reviewed; the Graphite part is 
already approved – as is the loosely related follow-up patch.


Tobias Burnus wrote:

This patch adds a configure check for isl_schedule_constraints_compute_schedule,
which is new in ISL 0.13 - and uses it for conditional compilation.

The graphite*c patch is based on the one of Jack Howarth,
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00906.html - without checking
whether the ISL replacements make sense.

With the patch, I have successfully bootstrapped GCC with ISL 0.12.2 and
ISL 0.14 (both using an in-tree build).  [I still have to regtest the two
variants and I also want to do a system-ISL built with ISL 0.12.2]

Is the patch OK for the trunk?

Tobias