From: Hans-Peter Nilsson Date: Fri, 5 Mar 2004 00:49:09 +0000 (+0000) Subject: Forgot to mark PR for X-Git-Tag: releases/gcc-4.0.0~9611 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd9361f7c4609f3602ab847cde013d47ede24987;p=thirdparty%2Fgcc.git Forgot to mark PR for PR other/14354 * config/fp-bit.c (_fpdiv_parts): Do not round when pack_d would round the same. When rounding, clear bits that would cause a second rounding in pack_d. (_fpmul_parts): Ditto. Remove #if 0:d code. From-SVN: r78954 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73f0f1f325bb..050d048ea683 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-03-05 Hans-Peter Nilsson + PR other/14354 * config/fp-bit.c (_fpdiv_parts): Do not round when pack_d would round the same. When rounding, clear bits that would cause a second rounding in pack_d.