From patchwork Fri Jul 17 11:10:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernhard Reutner-Fischer X-Patchwork-Id: 497083 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E1505140280 for ; Fri, 17 Jul 2015 21:10:42 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=t5NIIsy4; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:in-reply-to:references; q=dns; s= default; b=XY+SfwPaaJv0o4KZ2dn7hrrjOPcNb02zyrbrhuCQZ7hPJOpd3sEzj sO/laZoBOrv0SYKDrRA5wqf1ML51XdQJq+4MA+1k6OcvFWgQj37oXlmak1dDdetN FE5ZfWkdCuyihHrkixEMe9SWXvmGoromJpsRPR0lqKvvko/VUEG4xs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:in-reply-to:references; s= default; bh=to8pEeyGcW8nSfjNtNKXM0cqAqA=; b=t5NIIsy4WG/c8RRIJq+P TGeysDWWFi4mTVOq8UuQKRhJfIbErtSM6/ZQrlKzQauYDQzvAe68XCTHXs7ZUwWv aECCiKCgn2Es0VatdkJ8ccW6PsdCvmM9P/9sroPjOioOBR/sXVSTgNlTrN+lU9NA WaM8bkMFJ7g151MA6XGOwf8= Received: (qmail 99237 invoked by alias); 17 Jul 2015 11:10:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 99224 invoked by uid 89); 17 Jul 2015 11:10:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL, BAYES_20, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com Received: from mail-wi0-f182.google.com (HELO mail-wi0-f182.google.com) (209.85.212.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 17 Jul 2015 11:10:32 +0000 Received: by wibud3 with SMTP id ud3so36614411wib.1 for ; Fri, 17 Jul 2015 04:10:29 -0700 (PDT) X-Received: by 10.180.37.133 with SMTP id y5mr14429753wij.34.1437131429680; Fri, 17 Jul 2015 04:10:29 -0700 (PDT) Received: from s42.loc (91-119-213-131.dynamic.xdsl-line.inode.at. [91.119.213.131]) by smtp.gmail.com with ESMTPSA id ej5sm17847764wjd.22.2015.07.17.04.10.28 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 17 Jul 2015 04:10:28 -0700 (PDT) Received: from cow by s42.loc with local (Exim 4.80) (envelope-from ) id 1ZG3X9-00072A-Gj; Fri, 17 Jul 2015 13:10:27 +0200 From: Bernhard Reutner-Fischer To: gcc-patches@gcc.gnu.org Cc: Bernhard Reutner-Fischer , Tobias Grosser , Mike Frysinger Subject: [PATCH] gcc/: Fix building with isl-0.15.0; includes Date: Fri, 17 Jul 2015 13:10:26 +0200 Message-Id: <1437131426-27008-1-git-send-email-rep.dot.nop@gmail.com> In-Reply-To: <1436885112-2174-1-git-send-email-vapier@gentoo.org> References: <1436885112-2174-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes In addition to Mike's "[PATCH] gcc: fix building w/isl-0.15" in https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01162.html I seem to also need a couple of more includes for isl-0.15.0: 2015-07-15 Bernhard Reutner-Fischer * graphite-blocking.c, graphite-dependences.c, graphite-interchange.c, graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c, graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c: Add missing isl includes. --- gcc/graphite-blocking.c | 1 + gcc/graphite-dependences.c | 1 + gcc/graphite-interchange.c | 1 + gcc/graphite-isl-ast-to-gimple.c | 2 ++ gcc/graphite-optimize-isl.c | 2 ++ gcc/graphite-poly.c | 1 + gcc/graphite-scop-detection.c | 1 + gcc/graphite-sese-to-poly.c | 1 + gcc/graphite.c | 1 + 9 files changed, 11 insertions(+) diff --git a/gcc/graphite-blocking.c b/gcc/graphite-blocking.c index 73d7c59..172bdcd 100644 --- a/gcc/graphite-blocking.c +++ b/gcc/graphite-blocking.c @@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include #include #include diff --git a/gcc/graphite-dependences.c b/gcc/graphite-dependences.c index 9a0986d..df52e54 100644 --- a/gcc/graphite-dependences.c +++ b/gcc/graphite-dependences.c @@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include #include #include diff --git a/gcc/graphite-interchange.c b/gcc/graphite-interchange.c index aee51a8..bcf7f3b 100644 --- a/gcc/graphite-interchange.c +++ b/gcc/graphite-interchange.c @@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include #include #include diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gcc/graphite-isl-ast-to-gimple.c index b32781a..7aafee2 100644 --- a/gcc/graphite-isl-ast-to-gimple.c +++ b/gcc/graphite-isl-ast-to-gimple.c @@ -24,7 +24,9 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include +#include #include #include #include diff --git a/gcc/graphite-optimize-isl.c b/gcc/graphite-optimize-isl.c index 388e25c..2b55783 100644 --- a/gcc/graphite-optimize-isl.c +++ b/gcc/graphite-optimize-isl.c @@ -24,7 +24,9 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include +#include #include #include #include diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index bcd08d8..e3ddd57 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include #include #include diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index 47e0da0..22fdde3 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include #include #include diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index 5064247..7b10289 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include #include #include diff --git a/gcc/graphite.c b/gcc/graphite.c index a81ef6a..32f405a 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see /* Workaround for GMP 5.1.3 bug, see PR56019. */ #include +#include #include #include #include