From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24591 invoked by alias); 11 Feb 2014 12:53:07 -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 24555 invoked by uid 55); 11 Feb 2014 12:53:03 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug math/16447] erfc (0x6.a8p+4) ldbl-128 throws underflow exception Date: Tue, 11 Feb 2014 12:53: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: 2.19 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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-02/txt/msg00386.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=16447 --- Comment #5 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 7e6424e343b5213ae12bae83c0d018f4fcafd5cd (commit) from 83a3406e0f1dd92cd6c7c2a668c5cec2fe1a0cc6 (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=7e6424e343b5213ae12bae83c0d018f4fcafd5cd commit 7e6424e343b5213ae12bae83c0d018f4fcafd5cd Author: Andreas Krebbel Date: Tue Feb 11 13:47:47 2014 +0100 BZ #16447: Fix ldbl-128 expl implementation. Extend the range of numbers handled via unsafe mode. Add expl testcase and regenerate ULPs for s390. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 +++++++++ math/auto-libm-test-in | 1 + math/auto-libm-test-out | 25 +++++++++++++++++++++++++ sysdeps/ieee754/ldbl-128/e_expl.c | 2 +- sysdeps/s390/fpu/libm-test-ulps | 3 +++ 5 files changed, 39 insertions(+), 1 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.