diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2004-03-05 00:49:09 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2004-03-05 00:49:09 +0000 |
commit | fd9361f7c4609f3602ab847cde013d47ede24987 (patch) | |
tree | 6d2670c3d7b29242f7f46a4d6828c7e29dde87cc /gcc | |
parent | 0138791372c8de5453efc6beb73aede2fd81122a (diff) | |
download | gcc-fd9361f7c4609f3602ab847cde013d47ede24987.zip gcc-fd9361f7c4609f3602ab847cde013d47ede24987.tar.gz gcc-fd9361f7c4609f3602ab847cde013d47ede24987.tar.bz2 |
Forgot to mark PR for <URL:http://gcc.gnu.org/ml/gcc-cvs/2004-03/msg00237.html>
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73f0f1f..050d048 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-03-05 Hans-Peter Nilsson <hp@axis.com> + 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. |