From 905cd1b98e56a872eb046eb0fe9187460c1eb48b Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 12 Aug 2008 14:35:54 +0000 Subject: [PATCH] re PR bootstrap/37097 (Revision 139014 failed to bootstrap) PR bootstrap/37097 * builtins.c (do_mpfr_bessel_n): Fix copy-and-paste bug introduced by last change. -This line, and those below, will be ignored-- M gcc/builtins.c M gcc/ChangeLog From-SVN: r139019 --- gcc/ChangeLog | 6 ++++++ gcc/builtins.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45f2cb97e722..23fa9d8109cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-08-12 Ulrich Weigand + + PR bootstrap/37097 + * builtins.c (do_mpfr_bessel_n): Fix copy-and-paste bug introduced + by last change. + 2008-08-12 Ulrich Weigand * defaults.h (TARGET_FLOAT_FORMAT): Remove. diff --git a/gcc/builtins.c b/gcc/builtins.c index c062d3a251a3..68cadb6a1dbb 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -13082,7 +13082,6 @@ do_mpfr_bessel_n (tree arg1, tree arg2, tree type, const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type)); const int prec = fmt->p; const mp_rnd_t rnd = fmt->round_towards_zero? GMP_RNDZ : GMP_RNDN; - tree result_s, result_c; int inexact; mpfr_t m; -- 2.47.2