aboutsummaryrefslogtreecommitdiff
path: root/8.2.0
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-08-08 09:37:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-08-08 09:37:06 +0100
commit50495d7af772db3076f1a82e6d460e3cc86cf4f7 (patch)
treed9b7fad49a467566159118699fe0b8fcef144897 /8.2.0
parent8.2.0: fix TEXTREL in libgcc on m68k (PR86224) (diff)
downloadgcc-patches-50495d7af772db3076f1a82e6d460e3cc86cf4f7.tar.gz
gcc-patches-50495d7af772db3076f1a82e6d460e3cc86cf4f7.tar.bz2
gcc-patches-50495d7af772db3076f1a82e6d460e3cc86cf4f7.zip
8.2.0: fix building against isl-0.20 (PR86724)
Bug: https://bugs.gentoo.org/662500 Bug: https://gcc.gnu.org/PR86724 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '8.2.0')
-rw-r--r--8.2.0/gentoo/100_all-isl-include.patch35
-rw-r--r--8.2.0/gentoo/README.history1
2 files changed, 36 insertions, 0 deletions
diff --git a/8.2.0/gentoo/100_all-isl-include.patch b/8.2.0/gentoo/100_all-isl-include.patch
new file mode 100644
index 0000000..bb3bcee
--- /dev/null
+++ b/8.2.0/gentoo/100_all-isl-include.patch
@@ -0,0 +1,35 @@
+https://bugs.gentoo.org/662500
+https://gcc.gnu.org/PR86724
+
+From d6470854446446a4e8b3b958a00e5013ed86ae7f Mon Sep 17 00:00:00 2001
+From: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Wed, 1 Aug 2018 07:21:08 +0000
+Subject: [PATCH] 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.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263193 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ChangeLog | 6 ++++++
+ gcc/graphite.h | 2 ++
+ 2 files changed, 8 insertions(+)
+
+diff --git a/gcc/graphite.h b/gcc/graphite.h
+index 4e0e58c60ab..be0a22b3894 100644
+--- a/gcc/graphite.h
++++ b/gcc/graphite.h
+@@ -37,6 +37,8 @@ along with GCC; see the file COPYING3. If not see
+ #include <isl/schedule.h>
+ #include <isl/ast_build.h>
+ #include <isl/schedule_node.h>
++#include <isl/id.h>
++#include <isl/space.h>
+
+ typedef struct poly_dr *poly_dr_p;
+
+--
+2.18.0
+
diff --git a/8.2.0/gentoo/README.history b/8.2.0/gentoo/README.history
index e16832f..1fdbc92 100644
--- a/8.2.0/gentoo/README.history
+++ b/8.2.0/gentoo/README.history
@@ -1,6 +1,7 @@
1.1 TODO
+ 98_all_sh_textrel-on-libitm.patch
+ 99_all_m68k-textrel-on-libgcc.patch
+ + 100_all-isl-include.patch
1.0 08 Aug 2018
+ 95_all_ia64-TEXTREL.patch
+ 97_all_disable-systemtap-switch.patch