From 50a593c7e2665362f3de41d86f27d98e969d0fe5 Mon Sep 17 00:00:00 2001
From: Richard Biener <rguenther@suse.de>
Date: Mon, 13 Jun 2016 08:18:51 +0000
Subject: [PATCH] download_prerequisites (ISL): Bump version to 0.16.1

2016-06-13  Richard Biener  <rguenther@suse.de>

	* download_prerequisites (ISL): Bump version to 0.16.1

From-SVN: r237363
---
 contrib/ChangeLog              | 4 ++++
 contrib/download_prerequisites | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e6eda90d5d3d..c974b75e3587 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-13  Richard Biener  <rguenther@suse.de>
+
+	* download_prerequisites (ISL): Bump version to 0.16.1
+
 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
 
 	* check_GNU_style.sh: Fix paste args for BSD
diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites
index b135f5fe5f18..917ee23f3d95 100755
--- a/contrib/download_prerequisites
+++ b/contrib/download_prerequisites
@@ -48,7 +48,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.15
+  ISL=isl-0.16.1
 
   wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
   tar xjf $ISL.tar.bz2  || exit 1
-- 
GitLab