From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32083 invoked by alias); 20 Nov 2007 21:46:48 -0000 Received: (qmail 32054 invoked by uid 48); 20 Nov 2007 21:46:38 -0000 Date: Tue, 20 Nov 2007 21:46:00 -0000 Message-ID: <20071120214638.32053.qmail@sourceware.org> From: "rsa at us dot ibm dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20070906173748.4997.fxcoudert@gcc.gnu.org> References: <20070906173748.4997.fxcoudert@gcc.gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/4997] lround(nexafter(0.5,-1)) has incorrect value X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00068.txt.bz2 ------- Additional Comments From rsa at us dot ibm dot com 2007-11-20 21:46 ------- Created an attachment (id=2099) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2099&action=view) Patch to fix the erroneous lround results This patch will fix the erroneous results in lround, lroundf, llround, and llroundf. It also adds some test cases to the libm-test.inc framework to verify that they're fixed. I want to hold back on checking this in until I get a chance to build and 'make check' across several different systems to verify that I caught all the cases. -- What |Removed |Added ---------------------------------------------------------------------------- Attachment #2072 is|0 |1 obsolete| | http://sourceware.org/bugzilla/show_bug.cgi?id=4997 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.