From: Jim Wilson Date: Mon, 6 Jul 2015 20:37:44 +0000 (+0000) Subject: graphite-blocking.c (HAVE_isl): Include . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bc190dc23cb3563cc35d89d209862e927135732;p=gcc.git graphite-blocking.c (HAVE_isl): Include . 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. From-SVN: r225478 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2eeb6c555a9..b5d604122de 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 aba4ee6973c..c47b7be2ef5 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 7803acb26f3..ececaf9df83 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 7a51ca43821..35c9001e0e8 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 b6ef13d5b37..60b36dd72b2 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 624cc87df9b..717f1cbdc87 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 1d52be59b2f..88daa3a9cec 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 e8ddecdae3b..3397fba0367 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 271c49925c0..e9d3a05a5aa 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 ba8029a0972..8af8c759dcc 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