public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] select isl-0.15 in download_prerequisites
@ 2015-09-04  5:58 VandeVondele  Joost
  2015-09-05 12:53 ` Sebastian Pop
  0 siblings, 1 reply; 7+ messages in thread
From: VandeVondele  Joost @ 2015-09-04  5:58 UTC (permalink / raw)
  To: gcc-patches

[-- 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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-23 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-04  5:58 [PATCH] select isl-0.15 in download_prerequisites VandeVondele  Joost
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

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).