diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-08-12 14:35:54 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2008-08-12 14:35:54 +0000 |
commit | 905cd1b98e56a872eb046eb0fe9187460c1eb48b (patch) | |
tree | e697687218256e886e8fba7c1ace6b0350dcb84c /gcc/builtins.c | |
parent | b89723546a9acd531f110e9a8a481a300b918822 (diff) | |
download | gcc-905cd1b98e56a872eb046eb0fe9187460c1eb48b.zip gcc-905cd1b98e56a872eb046eb0fe9187460c1eb48b.tar.gz gcc-905cd1b98e56a872eb046eb0fe9187460c1eb48b.tar.bz2 |
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
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index c062d3a..68cadb6 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; |