2015-07-01 Jim Wilson <jim.wilson@linaro.org>
* graphite-blocking.c (HAVE_isl): Include <stddef.h>.
* graphite-dependencies.c, graphite-interchange.c,
graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
Likewise.
===================================================================
@@ -24,6 +24,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
===================================================================
@@ -22,6 +22,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
===================================================================
@@ -24,6 +24,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/aff.h>
#include <isl/set.h>
#include <isl/map.h>
===================================================================
@@ -21,6 +21,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
===================================================================
@@ -21,6 +21,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
===================================================================
@@ -22,6 +22,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
===================================================================
@@ -22,6 +22,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
===================================================================
@@ -21,6 +21,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
===================================================================
@@ -35,6 +35,9 @@ along with GCC; see the file COPYING3.
#include "config.h"
#ifdef HAVE_isl
+/* Workaround for GMP 5.1.3 bug, see PR56019. */
+#include <stddef.h>
+
#include <isl/set.h>
#include <isl/map.h>
#include <isl/options.h>