public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/17022] New: [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode
@ 2014-06-04 16:23 jsm28 at gcc dot gnu.org
  2014-06-12 19:04 ` [Bug math/17022] " fweimer at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-06-04 16:23 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17022
           Summary: [i386/x86_64] logl (-LDBL_MAX) spurious overflow with
                    -lieee in FE_DOWNWARD mode
           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
              Host: i?86-*-* x86_64-*-*

On x86 and x86_64, logl (-LDBL_MAX) raises a spurious overflow exception with
-lieee in FE_DOWNWARD mode (i.e., __ieee754_logl raises such an exception,
which the wrappers hide for direct logl calls except when -lieee is used).

-- 
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/17022] [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode
  2014-06-04 16:23 [Bug math/17022] New: [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode jsm28 at gcc dot gnu.org
@ 2014-06-12 19:04 ` fweimer at redhat dot com
  2014-06-18 12:33 ` jsm28 at gcc dot gnu.org
  2014-06-18 12:33 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:04 UTC (permalink / raw)
  To: glibc-bugs

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

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

* [Bug math/17022] [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode
  2014-06-04 16:23 [Bug math/17022] New: [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode jsm28 at gcc dot gnu.org
  2014-06-12 19:04 ` [Bug math/17022] " fweimer at redhat dot com
@ 2014-06-18 12:33 ` jsm28 at gcc dot gnu.org
  2014-06-18 12:33 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-06-18 12:33 UTC (permalink / raw)
  To: glibc-bugs

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

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

-- 
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/17022] [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode
  2014-06-04 16:23 [Bug math/17022] New: [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode jsm28 at gcc dot gnu.org
  2014-06-12 19:04 ` [Bug math/17022] " fweimer at redhat dot com
  2014-06-18 12:33 ` jsm28 at gcc dot gnu.org
@ 2014-06-18 12:33 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-06-18 12:33 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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  4ba7a00fe3779e6ffafad6d47305b3491cdac33e (commit)
      from  b3a9f56ba59c3d8eadd3135a1c25c37a63151450 (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=4ba7a00fe3779e6ffafad6d47305b3491cdac33e

commit 4ba7a00fe3779e6ffafad6d47305b3491cdac33e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 18 12:32:01 2014 +0000

    Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).

    This patch fixes __ieee754_logl (-LDBL_MAX) on x86_64 and x86 not to
    subtract 1 from its argument and so cause spurious overflow in
    FE_DOWNWARD mode.  (For any argument strictly less than -1, it doesn't
    matter whether or not 1 is subtracted before computing log1p, as long
    as the result doesn't overflow to -Inf.)

    Tested x86_64 and x86.  (This particular case lacks test coverage,
    since the testsuite doesn't cover -lieee, but it will be covered by
    tests after the following patch to test pow in all rounding modes,
    which was the context in which this bug was found.)

        [BZ #17022]
        * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
        from arguments -2 or below.
        * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
        * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.

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

Summary of changes:
 ChangeLog                      |    8 ++++++++
 NEWS                           |    4 ++--
 sysdeps/i386/fpu/e_logl.S      |    5 ++++-
 sysdeps/i386/i686/fpu/e_logl.S |    5 ++++-
 sysdeps/x86_64/fpu/e_logl.S    |    5 ++++-
 5 files changed, 22 insertions(+), 5 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

end of thread, other threads:[~2014-06-18 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-04 16:23 [Bug math/17022] New: [i386/x86_64] logl (-LDBL_MAX) spurious overflow with -lieee in FE_DOWNWARD mode jsm28 at gcc dot gnu.org
2014-06-12 19:04 ` [Bug math/17022] " fweimer at redhat dot com
2014-06-18 12:33 ` jsm28 at gcc dot gnu.org
2014-06-18 12:33 ` 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).