summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-28 16:43:55 +0000
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-28 16:43:55 +0000
commitb6de67fd687ff799ca961f6d4696bff4e0df3ba5 (patch)
tree19d5d3c6ef64cc92526779c7ac07dcaff82bcdd2 /ChangeLog
parent2e8e2399532c279302a383ed0c9aec8db68ab382 (diff)
downloadgcc-b6de67fd687ff799ca961f6d4696bff4e0df3ba5.tar.gz
check functionality of isl version 0.12
* config/isl.m4 (_ISL_CHECK_CT_PROG): Removed. (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead of checking for version number. * configure: Regenerated. * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214683 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e083b523460..b2d59cc59be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-08-27 Sebastian Pop <s.pop@samsung.com>
+
+ * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
+ (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
+ of checking for version number.
+ * configure: Regenerated.
+ * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
+
2014-08-27 David Malcolm <dmalcolm@redhat.com>
* rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)