From 6c76b723d23c2976d2275bb20122f1655b418eb3 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Thu, 16 Aug 2012 14:24:22 -0400 Subject: revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls) 2012-08-16 Diego Novillo 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 --- gcc/fortran/ChangeLog | 7 +++++++ gcc/fortran/gfortran.h | 1 + 2 files changed, 8 insertions(+) (limited to 'gcc/fortran') 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 + Revert + + PR bootstrap/54281 + * gfortran.h: Do not include gmp.h. + +2012-08-16 Diego Novillo + 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 #include #include #define GFC_RND_MODE GMP_RNDN -- cgit v1.1