aboutsummaryrefslogtreecommitdiff
path: root/gcc/double-int.h
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-08-16 09:28:13 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2012-08-16 09:28:13 -0400
commit0c8036f70a641b1821290e0c7f35c5a911a4a77a (patch)
treecce547740f98c101f61544e0f1425332c9574d32 /gcc/double-int.h
parent01273677143592a20a0c161e3e5e52a478d8fc6d (diff)
downloadgcc-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/double-int.h')
-rw-r--r--gcc/double-int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h
index 3d9aa2c..7ea0528 100644
--- a/gcc/double-int.h
+++ b/gcc/double-int.h
@@ -20,10 +20,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef DOUBLE_INT_H
#define DOUBLE_INT_H
-#ifndef GENERATOR_FILE
-#include <gmp.h>
-#endif
-
/* A large integer is currently represented as a pair of HOST_WIDE_INTs.
It therefore represents a number with precision of
2 * HOST_BITS_PER_WIDE_INT bits (it is however possible that the