From 40bdfbcc4d3ea167c61e835a71f7194c793c5314 Mon Sep 17 00:00:00 2001 From: wilson Date: Mon, 6 Jul 2015 20:37:44 +0000 Subject: [PATCH] gcc/ * graphite-blocking.c (HAVE_isl): Include . * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225478 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ gcc/graphite-blocking.c | 3 +++ gcc/graphite-dependences.c | 3 +++ gcc/graphite-interchange.c | 3 +++ gcc/graphite-isl-ast-to-gimple.c | 3 +++ gcc/graphite-optimize-isl.c | 3 +++ gcc/graphite-poly.c | 3 +++ gcc/graphite-scop-detection.c | 3 +++ gcc/graphite-sese-to-poly.c | 3 +++ gcc/graphite.c | 3 +++ 10 files changed, 35 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2eeb6c5..b5d6041 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2015-07-06 Jim Wilson + + * graphite-blocking.c (HAVE_isl): Include . + * 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 * match.pd: Remove element_mode inside HONOR_*. diff --git a/gcc/graphite-blocking.c b/gcc/graphite-blocking.c index aba4ee6..c47b7be 100644 --- a/gcc/graphite-blocking.c +++ b/gcc/graphite-blocking.c @@ -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 + #include #include #include diff --git a/gcc/graphite-dependences.c b/gcc/graphite-dependences.c index 7803acb..ececaf9 100644 --- a/gcc/graphite-dependences.c +++ b/gcc/graphite-dependences.c @@ -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 + #include #include #include diff --git a/gcc/graphite-interchange.c b/gcc/graphite-interchange.c index 7a51ca4..35c9001 100644 --- a/gcc/graphite-interchange.c +++ b/gcc/graphite-interchange.c @@ -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 + #include #include #include diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gcc/graphite-isl-ast-to-gimple.c index b6ef13d..60b36dd 100644 --- a/gcc/graphite-isl-ast-to-gimple.c +++ b/gcc/graphite-isl-ast-to-gimple.c @@ -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 + #include #include #include diff --git a/gcc/graphite-optimize-isl.c b/gcc/graphite-optimize-isl.c index 624cc87..717f1cb 100644 --- a/gcc/graphite-optimize-isl.c +++ b/gcc/graphite-optimize-isl.c @@ -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 + #include #include #include diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index 1d52be5..88daa3a 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -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 + #include #include #include diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index e8ddecd..3397fba 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -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 + #include #include #include diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index 271c499..e9d3a05 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -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 + #include #include #include diff --git a/gcc/graphite.c b/gcc/graphite.c index ba8029a..8af8c75 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -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 + #include #include #include -- 2.7.4