From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 353F9138334 for ; Sat, 18 Aug 2018 20:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82306E0869; Sat, 18 Aug 2018 20:00:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58A15E0869 for ; Sat, 18 Aug 2018 20:00:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 686C3340C3E for ; Sat, 18 Aug 2018 20:00:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF8E8394 for ; Sat, 18 Aug 2018 20:00:27 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1534622116.add3fe56a47bed5c2330edd600d2c468fec63b2e.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 7.3.0/gentoo/97_all_isl-include.patch 7.3.0/gentoo/README.history X-VCS-Directories: 7.3.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: add3fe56a47bed5c2330edd600d2c468fec63b2e X-VCS-Branch: master Date: Sat, 18 Aug 2018 20:00:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce47ac11-4678-4784-adf7-d55fff71e0e5 X-Archives-Hash: 0e3ffa26909cdb13e5265c64708fcfce commit: add3fe56a47bed5c2330edd600d2c468fec63b2e Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 18 19:55:16 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 18 19:55:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=add3fe56 7.3.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 gentoo.org> 7.3.0/gentoo/97_all_isl-include.patch | 35 +++++++++++++++++++++++++++++++++++ 7.3.0/gentoo/README.history | 2 ++ 2 files changed, 37 insertions(+) diff --git a/7.3.0/gentoo/97_all_isl-include.patch b/7.3.0/gentoo/97_all_isl-include.patch new file mode 100644 index 0000000..bb3bcee --- /dev/null +++ b/7.3.0/gentoo/97_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 +Date: Wed, 1 Aug 2018 07:21:08 +0000 +Subject: [PATCH] 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. + + +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 + #include + #include ++#include ++#include + + typedef struct poly_dr *poly_dr_p; + +-- +2.18.0 + diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history index 3d29449..6a8069b 100644 --- a/7.3.0/gentoo/README.history +++ b/7.3.0/gentoo/README.history @@ -1,3 +1,5 @@ +1.6 18 Aug 2018 + + 97_all_isl-include.patch 1.5 17 Aug 2018 + 94_all_libgo-remove-ustat.h-glibc-2.28.patch + 95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch