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
This commit is contained in:
Ulrich Weigand 2008-08-12 14:35:54 +00:00 committed by Ulrich Weigand
parent b89723546a
commit 905cd1b98e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
PR bootstrap/37097
* builtins.c (do_mpfr_bessel_n): Fix copy-and-paste bug introduced
by last change.
2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* defaults.h (TARGET_FLOAT_FORMAT): Remove.

View File

@ -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;