Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
Date: Sat, 18 Aug 2018 20:00:32
Message-Id: 1534622116.add3fe56a47bed5c2330edd600d2c468fec63b2e.slyfox@gentoo
1 commit: add3fe56a47bed5c2330edd600d2c468fec63b2e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 19:55:16 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 19:55:16 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=add3fe56
7
8 7.3.0: fix building against isl-0.20 (PR86724)
9
10 Bug: https://bugs.gentoo.org/662500
11 Bug: https://gcc.gnu.org/PR86724
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 7.3.0/gentoo/97_all_isl-include.patch | 35 +++++++++++++++++++++++++++++++++++
15 7.3.0/gentoo/README.history | 2 ++
16 2 files changed, 37 insertions(+)
17
18 diff --git a/7.3.0/gentoo/97_all_isl-include.patch b/7.3.0/gentoo/97_all_isl-include.patch
19 new file mode 100644
20 index 0000000..bb3bcee
21 --- /dev/null
22 +++ b/7.3.0/gentoo/97_all_isl-include.patch
23 @@ -0,0 +1,35 @@
24 +https://bugs.gentoo.org/662500
25 +https://gcc.gnu.org/PR86724
26 +
27 +From d6470854446446a4e8b3b958a00e5013ed86ae7f Mon Sep 17 00:00:00 2001
28 +From: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
29 +Date: Wed, 1 Aug 2018 07:21:08 +0000
30 +Subject: [PATCH] 2018-08-01 Richard Biener <rguenther@××××.de>
31 +
32 + PR bootstrap/86724
33 + * graphite.h: Include isl/id.h and isl/space.h to allow build
34 + with ISL 0.20.
35 +
36 +
37 +git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263193 138bc75d-0d04-0410-961f-82ee72b054a4
38 +---
39 + gcc/ChangeLog | 6 ++++++
40 + gcc/graphite.h | 2 ++
41 + 2 files changed, 8 insertions(+)
42 +
43 +diff --git a/gcc/graphite.h b/gcc/graphite.h
44 +index 4e0e58c60ab..be0a22b3894 100644
45 +--- a/gcc/graphite.h
46 ++++ b/gcc/graphite.h
47 +@@ -37,6 +37,8 @@ along with GCC; see the file COPYING3. If not see
48 + #include <isl/schedule.h>
49 + #include <isl/ast_build.h>
50 + #include <isl/schedule_node.h>
51 ++#include <isl/id.h>
52 ++#include <isl/space.h>
53 +
54 + typedef struct poly_dr *poly_dr_p;
55 +
56 +--
57 +2.18.0
58 +
59
60 diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
61 index 3d29449..6a8069b 100644
62 --- a/7.3.0/gentoo/README.history
63 +++ b/7.3.0/gentoo/README.history
64 @@ -1,3 +1,5 @@
65 +1.6 18 Aug 2018
66 + + 97_all_isl-include.patch
67 1.5 17 Aug 2018
68 + 94_all_libgo-remove-ustat.h-glibc-2.28.patch
69 + 95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch