Commit 4bc190dc by Jim Wilson Committed by Jim Wilson

graphite-blocking.c (HAVE_isl): Include <stddef.h>.

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
parent 8b5ee871
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_*.
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment