From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15404 invoked by alias); 30 Jun 2014 17:39:16 -0000 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 Received: (qmail 15317 invoked by uid 55); 30 Jun 2014 17:39:10 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug math/16539] spurious underflow exception from expm1 Date: Mon, 30 Jun 2014 17:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg02216.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16539 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via ce9c5b3e955746a9187ffde9b16feea4a357c86a (commit) from 3a6e988706d1ce2c88c933619d1f312098698ecd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ce9c5b3e955746a9187ffde9b16feea4a357c86a commit ce9c5b3e955746a9187ffde9b16feea4a357c86a Author: Joseph Myers Date: Mon Jun 30 17:38:16 2014 +0000 Fix ldbl-128 expm1l spurious underflow (bug 16539). This patch fixes spurious underflows from ldbl-128 expm1l, as reported in and exposed by the tests added for such a bug in the x86 / x86-64 version. The bug and fix are essentially the same, so no separate bug is filed in Bugzilla. Tested for mips64. [BZ #16539] * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include . (__expm1l): Return argument unchanged when small but not subnormal. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ sysdeps/ieee754/ldbl-128/s_expm1l.c | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.