]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Forgot to mark PR for <URL:http://gcc.gnu.org/ml/gcc-cvs/2004-03/msg00237.html>
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 5 Mar 2004 00:49:09 +0000 (00:49 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 5 Mar 2004 00:49:09 +0000 (00:49 +0000)
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

gcc/ChangeLog

index 73f0f1f325bb15c2d322e7b77253f0bd84ce2711..050d048ea6833b1ff20ac69a5fe3c357f67af34a 100644 (file)
@@ -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.