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/realmpfr.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/realmpfr.h')
-rw-r--r-- | gcc/realmpfr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/realmpfr.h b/gcc/realmpfr.h index ada876e2854..ab234e9195d 100644 --- a/gcc/realmpfr.h +++ b/gcc/realmpfr.h @@ -22,10 +22,7 @@ #ifndef GCC_REALGMP_H #define GCC_REALGMP_H -/* Note that we do not include gmp.h. It is included in system.h - because it wrecks intl.h when compiling in C++ mode. - See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54281 for details. */ - +#include <gmp.h> #include <mpfr.h> #include <mpc.h> #include "real.h" |