On 05/07/14 21:20, Rainer Orth wrote:
Rainer Orth <r...@cebitec.uni-bielefeld.de> writes:
Roman Gareev <gareevro...@gmail.com> writes:
It seems the patch1/patch2 files you attach have the Content-Type:
application/octet-stream. This makes it impossible to view them inline.
Could you send them as text files? Just calling them patch1.patch or
patch1.txt should make this work.
Yes, sure.
This patch broke bootstrap with --enable-cloog-backend=isl when using
isl 0.10:
/vol/gcc/src/hg/trunk/local/gcc/graphite-isl-ast-to-gimple.c:27:27: fatal
error: isl/ast_build.h: No such file or directory
compilation terminated.
make[3]: *** [graphite-isl-ast-to-gimple.o] Error 1
<isl/ast_build.h> is missing in in isl 0.10. Seems it was introduced in
0.11, but no idea if that works.
Toplevel configure.ac accepts 0.10, while install.texi states 0.12.2 is
required. Configuration and/or docs should be changed to match reality.
I've now commited the following patch as obvious: it requires isl 0.11
which is the first that includes isl/ast_build.h.
I'm seeing the error:
gcc/graphite-isl-ast-to-gimple.c:31:25: warning: isl/val_gmp.h: No such file or
directory
when building for aarch64.
isl/val_gmp.h is included in 0.12 AFAICS so perhaps we should demand 0.12
instead of 0.11 ?
Kyrill
Bootstrapped on i386-pc-solaris2.11 with isl 0.12.2.
Rainer
2014-07-05 Rainer Orth <r...@cebitec.uni-bielefeld.de>
* configure.ac: Don't accept isl 0.10.
* configure: Regenerate.