From: Matthias Klose Date: Tue, 14 Aug 2018 15:15:39 +0000 (+0000) Subject: backport: re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing... X-Git-Tag: releases/gcc-6.5.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31e485e7b453cd6cddf5a0a137b9c98bc797ea5;p=thirdparty%2Fgcc.git backport: re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing includes)) 2018-08-14 Matthias Klose Backport from mainline 2018-08-01 Richard Biener PR bootstrap/86724 * graphite.h: Include isl/id.h and isl/space.h to allow build with ISL 0.20. From-SVN: r263539 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7f615047572..4aaaeac328ad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2018-08-14 Matthias Klose + + Backport from mainline + 2018-08-01 Richard Biener + + PR bootstrap/86724 + * graphite.h: Include isl/id.h and isl/space.h to allow build + with ISL 0.20. + 2018-08-10 Segher Boessenkool Backport from mainline diff --git a/gcc/graphite.h b/gcc/graphite.h index 578fa1a6d98c..431d0ed0a5ea 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -40,6 +40,8 @@ along with GCC; see the file COPYING3. If not see #ifdef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS /* isl 0.15 or later. */ #include +#include +#include #else /* isl 0.14 or 0.13. */