Comments
Patch
@@ -1,5 +1,10 @@
2010-12-29 Sebastian Pop <sebastian.pop@amd.com>
+ * configure: Regenerated.
+ * configure.ac: Use CLOOG_CHECK_VERSION(0,16,0).
+
+2010-12-29 Sebastian Pop <sebastian.pop@amd.com>
+
* Merge from mainline (168000:168310).
2010-12-17 Sebastian Pop <sebastian.pop@amd.com>
@@ -5971,8 +5971,8 @@ $as_echo "$gcc_cv_cloog_type" >&6; }
LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
if test "${cloog_org}" = yes ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.14.0 of CLooG" >&5
-$as_echo_n "checking for version 0.14.0 of CLooG... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.0 of CLooG" >&5
+$as_echo_n "checking for version 0.16.0 of CLooG... " >&6; }
if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
$as_echo_n "(cached) " >&6
else
@@ -5983,7 +5983,7 @@ int
main ()
{
#if CLOOG_VERSION_MAJOR != 0 \
- || CLOOG_VERSION_MINOR != 14 \
+ || CLOOG_VERSION_MINOR != 16 \
|| CLOOG_VERSION_REVISION < 0
choke me
#endif
@@ -1667,7 +1667,7 @@ fi
if test "x$with_cloog" != "xno"; then
dnl Version check for CLooG-Org
dnl As long as there is no new release of CLooG,
- dnl we will check for 0.14.0.
+ dnl we will check for 0.16.0.
dnl
dnl The first git revision that will work with
dnl GCC is: bd91b845a65805c290d43fc1bef8139864a163fb
@@ -1677,7 +1677,7 @@ if test "x$with_cloog" != "xno"; then
dnl
dnl If we're using CLooG-Legacy, the provided version information
dnl will be ignored.
- CLOOG_CHECK_VERSION(0,14,0)
+ CLOOG_CHECK_VERSION(0,16,0)
dnl Only execute fail-action, if CLooG has been
dnl requested.