diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-16 18:24:22 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-16 18:24:22 +0000 |
commit | 2a02178fdd2f016404c835abe988c427207b3f5a (patch) | |
tree | 0f8c1aeacbb194e1610043236374f255b6dba383 /gcc/double-int.h | |
parent | 180aaed7703280914bfc838edb087eadd3a51084 (diff) | |
download | gcc-2a02178fdd2f016404c835abe988c427207b3f5a.tar.gz |
2012-08-16 Diego Novillo <dnovillo@google.com>
Revert
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190449 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index 7ea05288b9e..3d9aa2caa9d 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -20,6 +20,10 @@ 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 |