diff options
author | Diego Novillo <dnovillo@google.com> | 2012-08-16 14:24:22 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-08-16 14:24:22 -0400 |
commit | 6c76b723d23c2976d2275bb20122f1655b418eb3 (patch) | |
tree | 0f8c1aeacbb194e1610043236374f255b6dba383 /gcc/realmpfr.h | |
parent | e426fa99fe47e9460dd690b18527b17b89fc586e (diff) | |
download | gcc-6c76b723d23c2976d2275bb20122f1655b418eb3.zip gcc-6c76b723d23c2976d2275bb20122f1655b418eb3.tar.gz gcc-6c76b723d23c2976d2275bb20122f1655b418eb3.tar.bz2 |
revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)
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.
From-SVN: r190449
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 ada876e..ab234e9 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" |