From 623f23ea6cfdab5aa6afc4d2e5366775eb2d4bdc Mon Sep 17 00:00:00 2001 From: hp Date: Fri, 5 Mar 2004 00:49:09 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78954 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 1 + 1 file changed, 1 insertion(+) 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 + 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. -- 2.7.4