]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing...
authorMatthias Klose <doko@ubuntu.com>
Tue, 14 Aug 2018 15:15:39 +0000 (15:15 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 14 Aug 2018 15:15:39 +0000 (15:15 +0000)
2018-08-14  Matthias Klose  <doko@ubuntu.com>

        Backport from mainline
        2018-08-01  Richard Biener  <rguenther@suse.de>

        PR bootstrap/86724
        * graphite.h: Include isl/id.h and isl/space.h to allow build
        with ISL 0.20.

From-SVN: r263539

gcc/ChangeLog
gcc/graphite.h

index c7f615047572936ec4b899cd4c768d79b0b2fab0..4aaaeac328ad6dcd9326f32ec9ff329dd8e563b4 100644 (file)
@@ -1,3 +1,12 @@
+2018-08-14  Matthias Klose  <doko@ubuntu.com>
+
+       Backport from mainline
+       2018-08-01  Richard Biener  <rguenther@suse.de>
+
+       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  <segher@kernel.crashing.org>
 
        Backport from mainline
index 578fa1a6d98c0c9d0538d6d1b473ce8afc91a403..431d0ed0a5eacd8235256a5eae48f6e45127f777 100644 (file)
@@ -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 <isl/schedule_node.h>
+#include <isl/id.h>
+#include <isl/space.h>
 
 #else
 /* isl 0.14 or 0.13.  */