graphite-blocking.c (HAVE_isl): Include <stddef.h>.
authorJim Wilson <jim.wilson@linaro.org>
Mon, 6 Jul 2015 20:37:44 +0000 (20:37 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 6 Jul 2015 20:37:44 +0000 (13:37 -0700)
gcc/
* 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.

From-SVN: r225478

gcc/ChangeLog
gcc/graphite-blocking.c
gcc/graphite-dependences.c
gcc/graphite-interchange.c
gcc/graphite-isl-ast-to-gimple.c
gcc/graphite-optimize-isl.c
gcc/graphite-poly.c
gcc/graphite-scop-detection.c
gcc/graphite-sese-to-poly.c
gcc/graphite.c

index 2eeb6c555a9ce7fb6d514459694cb5d766b7580c..b5d604122de605088210ee7649f1679598eec5ae 100644 (file)
@@ -1,3 +1,11 @@
+2015-07-06  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.
+
 2015-07-06  Marc Glisse  <marc.glisse@inria.fr>
 
        * match.pd: Remove element_mode inside HONOR_*.
index aba4ee6973c7d3bf09ecf773c46184d6890fdd4f..c47b7be2ef5b8d4f3cf86694ec0687e9f409eed6 100644 (file)
@@ -24,6 +24,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index 7803acb26f31a6f956e766f13c43c04e32ca4f30..ececaf9df8367cbe069b8376de33a8aac97f464f 100644 (file)
@@ -22,6 +22,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index 7a51ca438212320ce5e39c1397de3f4cfce510e5..35c9001e0e80ae19b9338f9c0cd7825213ae8fd3 100644 (file)
@@ -24,6 +24,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index b6ef13d5b373a51c0280f4d5fbaee49d440b4740..60b36dd72b2e17019d17832c420c5ad4d5f4eec6 100644 (file)
@@ -21,6 +21,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index 624cc87df9b1b30fcc402289b43b03288f0a3f9e..717f1cbdc87db705cc9a512aeb2c05fdc4d5b4cd 100644 (file)
@@ -21,6 +21,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index 1d52be59b2f8d4e99be7f89903986abdc7aa2a09..88daa3a9cec1cdd2712dd046c07cf4d4a5ce0c10 100644 (file)
@@ -22,6 +22,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index e8ddecdae3bce139133a2a8e281df07ff6141e95..3397fba03672e45fb85878e0e559973d17594e86 100644 (file)
@@ -22,6 +22,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index 271c49925c0be17aaf5221bee0458813b7cf1cc3..e9d3a05a5aa85b3c95cdb9cbc8a639dc03109091 100644 (file)
@@ -21,6 +21,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>
index ba8029a097254b67878a7f81210e451dabee1404..8af8c759dcc0af503f23bba954ddf82b168f162b 100644 (file)
@@ -35,6 +35,9 @@ along with GCC; see the file COPYING3.  If not see
 #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>