public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "VandeVondele  Joost" <joost.vandevondele@mat.ethz.ch>
To: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: [PATCH] select isl-0.15 in download_prerequisites
Date: Fri, 04 Sep 2015 05:58:00 -0000	[thread overview]
Message-ID: <908103EDB4893A42920B21D3568BFD933895F9C9@MBX23.d.ethz.ch> (raw)

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

For the recent fix of PR53852, isl-0.15 is needed, which is already available at ftp://gcc.gnu.org/pub/gcc/infrastructure/ . Thus, it seems to make sense to update the download_prerequisites script, as done with the attached patch.

OK for trunk ?

Joost

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch-prereq-isl.diff --]
[-- Type: text/x-patch; name="patch-prereq-isl.diff", Size: 504 bytes --]

Index: contrib/download_prerequisites
===================================================================
--- contrib/download_prerequisites	(revision 227480)
+++ contrib/download_prerequisites	(working copy)
@@ -43,7 +43,7 @@ ln -sf $MPC mpc || exit 1
 
 # Necessary to build GCC with the Graphite loop optimizations.
 if [ "$GRAPHITE_LOOP_OPT" = "yes" ] ; then
-  ISL=isl-0.14
+  ISL=isl-0.15
 
   wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
   tar xjf $ISL.tar.bz2  || exit 1

[-- Attachment #3: patch-prereq-isl-CL.txt --]
[-- Type: text/plain, Size: 123 bytes --]

contrib/ChangeLog:

2015-09-04  Joost VandeVondele  <vondele@gnu.gcc.org>

	* download_prerequisites: update to isl-0.15.


             reply	other threads:[~2015-09-04  5:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-04  5:58 VandeVondele  Joost [this message]
2015-09-05 12:53 ` Sebastian Pop
2015-09-05 16:46   ` Matthias Klose
2015-09-05 20:53     ` VandeVondele  Joost
2015-10-23 16:51       ` Szabolcs Nagy
2015-10-23 17:04         ` VandeVondele  Joost
2015-10-23 16:38   ` VandeVondele  Joost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=908103EDB4893A42920B21D3568BFD933895F9C9@MBX23.d.ethz.ch \
    --to=joost.vandevondele@mat.ethz.ch \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).