diff options
author | Diego Novillo <dnovillo@google.com> | 2012-08-16 09:28:13 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-08-16 09:28:13 -0400 |
commit | 0c8036f70a641b1821290e0c7f35c5a911a4a77a (patch) | |
tree | cce547740f98c101f61544e0f1425332c9574d32 /gcc/tree-ssa-loop-niter.c | |
parent | 01273677143592a20a0c161e3e5e52a478d8fc6d (diff) | |
download | gcc-0c8036f70a641b1821290e0c7f35c5a911a4a77a.zip gcc-0c8036f70a641b1821290e0c7f35c5a911a4a77a.tar.gz gcc-0c8036f70a641b1821290e0c7f35c5a911a4a77a.tar.bz2 |
re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)
2012-08-16 Diego Novillo <dnovillo@google.com>
PR bootstrap/54281
* double-int.h: Move including of gmp.h ...
* system.h: ... here.
* realmpfr.h: Do not include gmp.h.
* tree-ssa-loop-niter.c: Do not include gmp.h.
fortran/ChangeLog
* gfortran.h: Do not include gmp.h.
From-SVN: r190444
Diffstat (limited to 'gcc/tree-ssa-loop-niter.c')
-rw-r--r-- | gcc/tree-ssa-loop-niter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index c719a74..4c67c26 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -38,7 +38,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "diagnostic-core.h" #include "tree-inline.h" -#include "gmp.h" #define SWAP(X, Y) do { affine_iv *tmp = (X); (X) = (Y); (Y) = tmp; } while (0) |