aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-08-16 14:24:22 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2012-08-16 14:24:22 -0400
commit6c76b723d23c2976d2275bb20122f1655b418eb3 (patch)
tree0f8c1aeacbb194e1610043236374f255b6dba383 /gcc/fortran
parente426fa99fe47e9460dd690b18527b17b89fc586e (diff)
downloadgcc-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/fortran')
-rw-r--r--gcc/fortran/ChangeLog7
-rw-r--r--gcc/fortran/gfortran.h1
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 25b276b..f066e55 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,12 @@
2012-08-16 Diego Novillo <dnovillo@google.com>
+ Revert
+
+ PR bootstrap/54281
+ * gfortran.h: Do not include gmp.h.
+
+2012-08-16 Diego Novillo <dnovillo@google.com>
+
PR bootstrap/54281
* gfortran.h: Do not include gmp.h.
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h
index 611d16d..7c4c0a4 100644
--- a/gcc/fortran/gfortran.h
+++ b/gcc/fortran/gfortran.h
@@ -1681,6 +1681,7 @@ gfc_intrinsic_sym;
EXPR_COMPCALL Function (or subroutine) call of a procedure pointer
component or type-bound procedure. */
+#include <gmp.h>
#include <mpfr.h>
#include <mpc.h>
#define GFC_RND_MODE GMP_RNDN