summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-05 00:49:09 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-05 00:49:09 +0000
commit623f23ea6cfdab5aa6afc4d2e5366775eb2d4bdc (patch)
tree6d2670c3d7b29242f7f46a4d6828c7e29dde87cc /gcc/ChangeLog
parent72c39fe67182aaeaf58b4816d3a768bb89103c8a (diff)
downloadgcc-623f23ea6cfdab5aa6afc4d2e5366775eb2d4bdc.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73f0f1f325b..050d048ea68 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.