public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/18586] New: [ldbl-128] expl missing underflows
@ 2015-06-23 22:03 jsm28 at gcc dot gnu.org
  2015-06-24 15:13 ` [Bug math/18586] " jsm28 at gcc dot gnu.org
  2015-06-24 15:13 ` cvs-commit at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-06-23 22:03 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=18586

            Bug ID: 18586
           Summary: [ldbl-128] expl missing underflows
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
  Target Milestone: ---

The following failures are seen in long double testing for mips64 (these are
test inputs already in the testsuite):

Failure: exp (-0x2.c5b2319c4843cp+12): Exception "Underflow" not set
Failure: exp_downward (-0x2.c5b2319c4843accp+12): Exception "Underflow" not set
Failure: exp_downward (-0x2.c5b2319c4843cp+12): Exception "Underflow" not set
Failure: exp_downward (-0x2.c5b234p+12): Exception "Underflow" not set
Failure: exp_towardzero (-0x2.c5b2319c4843accp+12): Exception "Underflow" not
set
Failure: exp_towardzero (-0x2.c5b2319c4843cp+12): Exception "Underflow" not set
Failure: exp_towardzero (-0x2.c5b234p+12): Exception "Underflow" not set

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug math/18586] [ldbl-128] expl missing underflows
  2015-06-23 22:03 [Bug math/18586] New: [ldbl-128] expl missing underflows jsm28 at gcc dot gnu.org
  2015-06-24 15:13 ` [Bug math/18586] " jsm28 at gcc dot gnu.org
@ 2015-06-24 15:13 ` cvs-commit at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-06-24 15:13 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=18586

--- Comment #1 from cvs-commit at gcc dot gnu.org <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  8475ab16848cf2adb6ce3446749c2f1d10233286 (commit)
      from  36870482d2a33e3b703bd74b52063594389e827a (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=8475ab16848cf2adb6ce3446749c2f1d10233286

commit 8475ab16848cf2adb6ce3446749c2f1d10233286
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 24 15:12:03 2015 +0000

    Fix ldbl-128 expl missing underflows (bug 18586).

    Similar to various other bugs in this area, the ldbl-128 expl
    implementation does not raise the underflow exception for all
    subnormal results, if the scaling down is exact although the actual
    result is inexact.  This patch fixes this by forcing the exception in
    this case (the tests that failed before and pass after the test are
    already in the testsuite).

    Tested for mips64.

        [BZ #18586]
        * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
        underflow exception for small results.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                         |    6 ++++++
 NEWS                              |    2 +-
 sysdeps/ieee754/ldbl-128/e_expl.c |   10 +++++++++-
 3 files changed, 16 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug math/18586] [ldbl-128] expl missing underflows
  2015-06-23 22:03 [Bug math/18586] New: [ldbl-128] expl missing underflows jsm28 at gcc dot gnu.org
@ 2015-06-24 15:13 ` jsm28 at gcc dot gnu.org
  2015-06-24 15:13 ` cvs-commit at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-06-24 15:13 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=18586

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fixed for 2.22.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-24 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-23 22:03 [Bug math/18586] New: [ldbl-128] expl missing underflows jsm28 at gcc dot gnu.org
2015-06-24 15:13 ` [Bug math/18586] " jsm28 at gcc dot gnu.org
2015-06-24 15:13 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).