re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross-host...
commit34917a102a4e0cf6b85e5cb48921885a36f3c758
authorRichard Sandiford <rsandifo@nildram.co.uk>
Fri, 8 Feb 2008 19:10:25 +0000 (8 19:10 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 8 Feb 2008 19:10:25 +0000 (8 19:10 +0000)
tree8da9730c286292669f3782559a5bce0322051a59
parent40891f69fb7217b034a1f59d0086dde0db97f1c7
re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross-host gccs)

gcc/
PR bootstrap/35051
* double-int.h: Don't include gmp.h for GENERATOR_FILEs.
(mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs.
* real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs.
(real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs.
* tree.h (get_type_static_bounds): Likewise.

From-SVN: r132188
gcc/ChangeLog
gcc/double-int.h
gcc/real.h
gcc/tree.h