commit: 65e2fb65809b6d4e5267779e327707190b693742 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Aug 18 19:56:09 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Aug 18 19:56:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=65e2fb65
6.4.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 <AT> gentoo.org> 6.4.0/gentoo/100_all_isl-include.patch | 35 ++++++++++++++++++++++++++++++++++ 6.4.0/gentoo/README.history | 2 ++ 2 files changed, 37 insertions(+) diff --git a/6.4.0/gentoo/100_all_isl-include.patch b/6.4.0/gentoo/100_all_isl-include.patch new file mode 100644 index 0000000..bb3bcee --- /dev/null +++ b/6.4.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 <[email protected]> + + 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/6.4.0/gentoo/README.history b/6.4.0/gentoo/README.history index 59664ff..2c676a4 100644 --- a/6.4.0/gentoo/README.history +++ b/6.4.0/gentoo/README.history @@ -1,3 +1,5 @@ +1.6 18 Aug 2018 + + 100_all_isl-include.patch 1.5 17 Aug 2018 + 98_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch + 99_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch
