diff options
author | Richard Biener <rguenther@suse.de> | 2012-12-21 14:33:13 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-12-21 14:33:13 +0000 |
commit | d106911b0d8a0575daba3c7097c2c2d8878da8c7 (patch) | |
tree | 9261785ac75ce71566232c14b4eea18da31f61d0 /gcc/tree-ssa-loop-niter.c | |
parent | 4cc7046660c0d1520498a2f713e35a14f2d45cfc (diff) | |
download | gcc-d106911b0d8a0575daba3c7097c2c2d8878da8c7.zip gcc-d106911b0d8a0575daba3c7097c2c2d8878da8c7.tar.gz gcc-d106911b0d8a0575daba3c7097c2c2d8878da8c7.tar.bz2 |
re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)
2012-12-21 Richard Biener <rguenther@suse.de>
PR bootstrap/54659
* system.h: Include gmp.h.
* tree-ssa-loop-niter.c: Do not include gmp.h here.
* double-int.h: Likewise.
* realmpfr.h: Likewise.
fortran/
* gfortran.h: Do not include gmp.h here.
From-SVN: r194665
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 4a09999..7a15ff82 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) |