public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/16314] New: hypot spurious underflows
@ 2013-12-11  0:56 jsm28 at gcc dot gnu.org
  2013-12-17 13:44 ` [Bug math/16314] " cvs-commit at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-12-11  0:56 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 16314
           Summary: hypot spurious underflows
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

On x86_64, hypot (0x1.23456789abcdep-500, 0x1.23456789abcdfp-500) raises a
spurious underflow exception.  Although squaring either argument does not
underflow, products involving low parts of arguments, as computed in the hypot
implementation, do underflow.

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


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

* [Bug math/16314] hypot spurious underflows
  2013-12-11  0:56 [Bug math/16314] New: hypot spurious underflows jsm28 at gcc dot gnu.org
@ 2013-12-17 13:44 ` cvs-commit at gcc dot gnu.org
  2013-12-17 13:45 ` jsm28 at gcc dot gnu.org
  2014-06-13  9:30 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-12-17 13:44 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=16314

--- 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  6432a5409c9faf2a2f562b782d40432d73cda4d8 (commit)
      from  c88769dda4199d15267259fd3c9b986e6690a901 (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=6432a5409c9faf2a2f562b782d40432d73cda4d8

commit 6432a5409c9faf2a2f562b782d40432d73cda4d8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 17 13:43:40 2013 +0000

    Fix dbl-64 hypot spurious underflows (bug 16314).

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

Summary of changes:
 ChangeLog                        |    7 +
 NEWS                             |    2 +-
 math/auto-libm-test-in           |    3 +-
 math/auto-libm-test-out          | 1498 +++++++++++++++++++-------------------
 sysdeps/ieee754/dbl-64/e_hypot.c |    2 +-
 5 files changed, 759 insertions(+), 753 deletions(-)

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


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

* [Bug math/16314] hypot spurious underflows
  2013-12-11  0:56 [Bug math/16314] New: hypot spurious underflows jsm28 at gcc dot gnu.org
  2013-12-17 13:44 ` [Bug math/16314] " cvs-commit at gcc dot gnu.org
@ 2013-12-17 13:45 ` jsm28 at gcc dot gnu.org
  2014-06-13  9:30 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-12-17 13:45 UTC (permalink / raw)
  To: glibc-bugs

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

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.19.

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


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

* [Bug math/16314] hypot spurious underflows
  2013-12-11  0:56 [Bug math/16314] New: hypot spurious underflows jsm28 at gcc dot gnu.org
  2013-12-17 13:44 ` [Bug math/16314] " cvs-commit at gcc dot gnu.org
  2013-12-17 13:45 ` jsm28 at gcc dot gnu.org
@ 2014-06-13  9:30 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13  9:30 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

end of thread, other threads:[~2014-06-13  9:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-11  0:56 [Bug math/16314] New: hypot spurious underflows jsm28 at gcc dot gnu.org
2013-12-17 13:44 ` [Bug math/16314] " cvs-commit at gcc dot gnu.org
2013-12-17 13:45 ` jsm28 at gcc dot gnu.org
2014-06-13  9:30 ` fweimer at redhat dot com

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).