OSDN Git Service

Print "buggy but acceptable" when CLooG revision is less than 9.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Apr 2010 17:35:39 +0000 (17:35 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:16:21 +0000 (14:16 +0900)
2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>

* configure.ac: Print "buggy but acceptable" when CLooG
revision is less than 9.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157945 138bc75d-0d04-0410-961f-82ee72b054a4

configure.ac
gcc/ChangeLog

index 26d01f0..9fdbd15 100644 (file)
@@ -1636,11 +1636,11 @@ if test "x$with_cloog" != "xno" -a "${ENABLE_CLOOG_CHECK}" = "yes"; then
   #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15 || CLOOG_VERSION_REVISION < 5
   choke me
   #endif
-  ], [AC_TRY_COMPILE([#include "cloog/cloog.h"],[
+  ], AC_TRY_COMPILE([#include "cloog/cloog.h"],[
   #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15 || CLOOG_VERSION_REVISION < 9
   choke me
   #endif
-  ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
+  ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])]),
   [AC_MSG_RESULT([no]); clooglibs= ; clooginc= ])
   CFLAGS="$saved_CFLAGS"
 fi
index 4f169a3..638c6c9 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * configure.ac: Print "buggy but acceptable" when CLooG
+       revision is less than 9.
+       * configure: Regenerated.
+
 2010-04-02  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/43629