From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25328 invoked by alias); 20 Sep 2006 19:00:40 -0000 Received: (qmail 25312 invoked by uid 22791); 20 Sep 2006 19:00:39 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Sep 2006 19:00:37 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 2B58D1FCEC for ; Wed, 20 Sep 2006 21:00:29 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.51) id 1GQ7J2-0000oA-Ox for libc-hacker@sources.redhat.com; Wed, 20 Sep 2006 21:00:24 +0200 From: Andreas Jaeger To: Glibc hackers Subject: Fix failure in math/test-ldouble.out OpenPGP: id=C272A126; url=http://www.suse.de/~aj/keys.txt Date: Wed, 20 Sep 2006 19:00:00 -0000 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=sha1; protocol="application/pgp-signature" Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00039.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1193 This fixes: testing long double (without inline functions) Failure: Test: lrint_upward (281474976710656.025) =3D=3D 28147497671065 Result: is: 281474976710656 should be: 28147497671065 Ok to commit? Andreas 2006-09-20 Andreas Jaeger * math/libm-test.inc (lrint_test_upward): Fix typo. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: math/libm-test.inc --- math/libm-test.inc 20 Sep 2006 17:12:34 -0000 1.72 +++ math/libm-test.inc 20 Sep 2006 18:58:18 -0000 @@ -3421,7 +3421,7 @@ lrint_test_upward (void) TEST_f_l (lrint, 1071930.0008, 1071931); TEST_f_l (lrint, 1073741824.01, 1073741825); # if LONG_MAX > 281474976710656 && defined (TEST_LDOUBLE) - TEST_f_l (lrint, 281474976710656.025, 28147497671065); + TEST_f_l (lrint, 281474976710656.025, 281474976710656); # endif #endif } --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj/ SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEY/HOJpWPMJyoSYRAtu1AJwI4Jt0MYoy7LWAA4bjoJphbqf4lACffRq2 oHGmEkrCQTQ5K8YG1jPdFno= =noxq -----END PGP SIGNATURE----- --=-=-=--