From patchwork Fri Jul 24 21:53:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 499876 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 412EE140310 for ; Sat, 25 Jul 2015 07:53:36 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=VmBa4svG; 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=aDLdbMsShayukvgZU KBm88uYuMSMDkRV8Hi4+PSg5119qSSBxVGrmWUYCel42ojULt9HtiDL0npo1vlDM sfDlQohz737toWmqhRjdF7NovsTBgA2p8zWmMzU2jSKUGGn5LuKVv9uFiWacyQAK eiDSuCpFqyYHkbxLgs4G+ygX5k= 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=hHWdDSNua2CziyRlyPvzkBy 8GsY=; b=VmBa4svGO4jrRuwNgtptAjyl8VqJdffx1NtdQkJBUnztAFH3loWCB4S rbBVYhryPsla1TGDfq9XR23k8r3YNDAhdDNMB/jMA39pXopCCLPadNMZtbgb8h8v yH28Or64ceIhvJCRy1IcBkjOelgQfp6sD7/UCM2xuS2MHm8Lfzew= Received: (qmail 76269 invoked by alias); 24 Jul 2015 21:53:28 -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 76257 invoked by uid 89); 24 Jul 2015 21:53:27 -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-ig0-f178.google.com Received: from mail-ig0-f178.google.com (HELO mail-ig0-f178.google.com) (209.85.213.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 24 Jul 2015 21:53:17 +0000 Received: by iggf3 with SMTP id f3so27581592igg.1 for ; Fri, 24 Jul 2015 14:53:15 -0700 (PDT) X-Received: by 10.50.62.81 with SMTP id w17mr864596igr.0.1437774795766; Fri, 24 Jul 2015 14:53:15 -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 71sm6009719ioh.24.2015.07.24.14.53.14 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 24 Jul 2015 14:53:14 -0700 (PDT) Date: Fri, 24 Jul 2015 21:53:13 +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: <20150724215313.GB12889@f1.c.bardezibar.internal> References: <1436885112-2174-1-git-send-email-vapier@gentoo.org> <55AE908A.1020603@redhat.com> <20150721203253.GA21822@f1.c.bardezibar.internal> <55B12B94.9070402@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <55B12B94.9070402@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Jeff Law wrote: > On 07/21/2015 02:32 PM, Sebastian Pop wrote: > > > >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. > I've put isl-0.15.tar.bz2 into the ftp directory. > > However, I don't think we've changed the required version of ISL for > gcc. If we were changing the required version, then I wouldn't have > bothered to verify that the trunk still works with 0.13 (and the > patch itself would have been simpler). > > What I think we've done is merely allow the use of a newer ISL, > possibly changing the recommended version, but not the base required > version. Right, I have misunderstood the patch, as I though that the configure bits would check for the existence of a file only distributed in isl-0.15. Updated patch. Ok to commit to trunk? Thanks, Sebastian From e9e2685bcffbfa3a9129a1e10574dee907fa4377 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 21 Jul 2015 20:26:36 +0000 Subject: [PATCH] update doc for supported isl versions --- gcc/doc/install.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 212008a..40c7e6e 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, 0.14, 0.13, or 0.12.2 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 +It can be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/}. +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