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
+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.
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;