public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/13733] New: 2.15 backport: rintf/nearbyintf
@ 2012-02-23 18:02 jsm28 at gcc dot gnu.org
  2012-02-28 23:24 ` [Bug math/13733] " jsm28 at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-23 18:02 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 13733
           Summary: 2.15 backport: rintf/nearbyintf
           Product: glibc
           Version: 2.15
            Status: NEW
          Keywords: glibc_2.15
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: carlos@systemhalted.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: aj@suse.de
    Classification: Unclassified


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |backport+

I think the following libc changes are appropriate for 2.15 backporting:

commit 6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Feb 22 13:03:40 2012 +0000

    Fix nearbyintf rounding.

commit fe45ce09f366f2260aef528d37ae35070b3a2a36
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Feb 22 13:01:20 2012 +0000

    Fix rintf rounding.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13733] 2.15 backport: rintf/nearbyintf
  2012-02-23 18:02 [Bug math/13733] New: 2.15 backport: rintf/nearbyintf jsm28 at gcc dot gnu.org
@ 2012-02-28 23:24 ` jsm28 at gcc dot gnu.org
  2012-03-08  4:26 ` carlos at systemhalted dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-28 23:24 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-02-28 23:23:37 UTC ---
Add

commit a78bc6549cfedeea0828b718aca00593d8164c2b
Author: David S. Miller <davem@davemloft.net>
Date:   Mon Feb 27 14:51:45 2012 -0800

    Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.

        * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
        manipulate bits before adding and subtracting TWO112[sx].
        * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.

to the patches to backport for this issue as well.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13733] 2.15 backport: rintf/nearbyintf
  2012-02-23 18:02 [Bug math/13733] New: 2.15 backport: rintf/nearbyintf jsm28 at gcc dot gnu.org
  2012-02-28 23:24 ` [Bug math/13733] " jsm28 at gcc dot gnu.org
@ 2012-03-08  4:26 ` carlos at systemhalted dot org
  2012-05-01 19:44 ` carlos_odonell at mentor dot com
  2014-06-26 15:17 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2012-03-08  4:26 UTC (permalink / raw)
  To: glibc-bugs

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

Carlos O'Donell <carlos at systemhalted dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|backport+                   |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13733] 2.15 backport: rintf/nearbyintf
  2012-02-23 18:02 [Bug math/13733] New: 2.15 backport: rintf/nearbyintf jsm28 at gcc dot gnu.org
  2012-02-28 23:24 ` [Bug math/13733] " jsm28 at gcc dot gnu.org
  2012-03-08  4:26 ` carlos at systemhalted dot org
@ 2012-05-01 19:44 ` carlos_odonell at mentor dot com
  2014-06-26 15:17 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: carlos_odonell at mentor dot com @ 2012-05-01 19:44 UTC (permalink / raw)
  To: glibc-bugs

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

Carlos O'Donell <carlos_odonell at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |carlos_odonell at mentor
                   |                            |dot com
         Resolution|                            |FIXED

--- Comment #2 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-05-01 19:44:25 UTC ---
Backported to 2.15.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13733] 2.15 backport: rintf/nearbyintf
  2012-02-23 18:02 [Bug math/13733] New: 2.15 backport: rintf/nearbyintf jsm28 at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-05-01 19:44 ` carlos_odonell at mentor dot com
@ 2014-06-26 15:17 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-26 15:17 UTC (permalink / raw)
  To: glibc-bugs

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

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] 5+ messages in thread

end of thread, other threads:[~2014-06-26 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-23 18:02 [Bug math/13733] New: 2.15 backport: rintf/nearbyintf jsm28 at gcc dot gnu.org
2012-02-28 23:24 ` [Bug math/13733] " jsm28 at gcc dot gnu.org
2012-03-08  4:26 ` carlos at systemhalted dot org
2012-05-01 19:44 ` carlos_odonell at mentor dot com
2014-06-26 15:17 ` 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).