]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/37097 (Revision 139014 failed to bootstrap)
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 12 Aug 2008 14:35:54 +0000 (14:35 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Tue, 12 Aug 2008 14:35:54 +0000 (14:35 +0000)
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
gcc/builtins.c

index 45f2cb97e722f7263bba62544ddb8f435e0f4090..23fa9d8109cd7196067640a7dd8537a78251cf5d 100644 (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.
index c062d3a251a3b62140cdaba6e437170adf92a60a..68cadb6a1dbbf933757433c0e68bdb97cadfacdb 100644 (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;