From patchwork Tue Jul 21 20:32:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 498334 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 ABD461402B1 for ; Wed, 22 Jul 2015 06:32:13 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=Uh1bVgp/; 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:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=EfP1SPGPgtoDLEpg+ C/YrTAVjZq9QMYRunAM/WPkbyRw3nCG4Uke2Dlbu14K77lYa2Kv/ynIJBug9P+U9 4ONPgqbaCQZvMuUa+IHcOlfksB21WE7JhqMJO7g+WIHghEkHJVkWsc+UKyLJ2zzE 1sgdgV0NPXQ+lI47z2OrafbNcs= 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:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=/z84UbBmWvTkWgwtLYG8b5+ 7x3k=; b=Uh1bVgp/0s8tBLLEOhe0vXHMUZi9rnjc2HngHp1An5z5b3dtpTzbCQK ETRrpHM48THKAm5pXXntjiOSg31c/1tj10zwuV6rMrKNSiVTV4EIslNjZrMJg5yJ d4o1/BS1HdtYSrrSmEER2G4DHhAheC6+KU3O4hemAJqek+Td8rXo= Received: (qmail 111520 invoked by alias); 21 Jul 2015 20:32:06 -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 111506 invoked by uid 89); 21 Jul 2015 20:32:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f173.google.com Received: from mail-ie0-f173.google.com (HELO mail-ie0-f173.google.com) (209.85.223.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 21 Jul 2015 20:32:03 +0000 Received: by iehx8 with SMTP id x8so71854557ieh.3 for ; Tue, 21 Jul 2015 13:32:02 -0700 (PDT) X-Received: by 10.107.166.203 with SMTP id p194mr53259063ioe.30.1437510721947; Tue, 21 Jul 2015 13:32:01 -0700 (PDT) Received: from f1.c.bardezibar.internal (81.37.148.146.bc.googleusercontent.com. [146.148.37.81]) by smtp.gmail.com with ESMTPSA id g3sm8016870igi.10.2015.07.21.13.32.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 21 Jul 2015 13:32:00 -0700 (PDT) Date: Tue, 21 Jul 2015 20:32:53 +0000 From: Sebastian Pop To: Jeff Law Cc: Mike Frysinger , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] gcc: fix building w/isl-0.15 Message-ID: <20150721203253.GA21822@f1.c.bardezibar.internal> References: <1436885112-2174-1-git-send-email-vapier@gentoo.org> <55AE908A.1020603@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <55AE908A.1020603@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Jeff Law wrote: > On 07/14/2015 08:45 AM, Mike Frysinger wrote: > >--- > > gcc/config.in | 6 ++++++ > > gcc/configure | 31 +++++++++++++++++++++++++++++++ > > gcc/configure.ac | 14 ++++++++++++++ > > gcc/graphite-dependences.c | 14 +++++++------- > > gcc/graphite-optimize-isl.c | 8 ++++++-- > > gcc/graphite-poly.h | 5 +++++ > > 6 files changed, 69 insertions(+), 9 deletions(-) > Thanks. I needed Bernhard's follow-up to get a successful build > with isl-0.15 installed. > > For testing I verified there were no regressions using bootstrapped > compilers built with isl-0.13 vs isl-0.15. I also verified that GCC > would bootstrap with the patch installed, but no ISL installed. > > I've installed both patches on the trunk. Thanks Jeff. Could somebody with access to sourceware.org upload a tar.bz2 of the required version of isl from http://isl.gforge.inria.fr/isl-0.15.tar.bz2? Also, once that is done, I will commit the following patch updating the documentation. Thanks, Sebastian From 189565d5f0cdcb54aac309316316456b88957ef6 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 21 Jul 2015 20:26:36 +0000 Subject: [PATCH] update doc for required isl version --- gcc/doc/install.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 212008a..192ca91 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -383,11 +383,11 @@ installed but it is not in your default library search path, the @option{--with-mpc} configure option should be used. See also @option{--with-mpc-lib} and @option{--with-mpc-include}. -@item ISL Library version 0.14 (or 0.12.2) +@item ISL Library version 0.15 Necessary to build GCC with the Graphite loop optimizations. It can be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/} -as @file{isl-0.12.2.tar.bz2}. If an ISL source distribution is found +as @file{isl-0.15.tar.bz2}. If an ISL source distribution is found in a subdirectory of your GCC sources named @file{isl}, it will be built together with GCC. Alternatively, the @option{--with-isl} configure option should be used if ISL is not installed in your default library