public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/12775] New: Typo in sysdeps/x86_64/fpu/e_powl.S
@ 2011-05-17 23:25 hjl.tools at gmail dot com
  2011-05-17 23:26 ` [Bug math/12775] " hjl.tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-17 23:25 UTC (permalink / raw)
  To: glibc-bugs

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

           Summary: Typo in sysdeps/x86_64/fpu/e_powl.S
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: aj@suse.de
        ReportedBy: hjl.tools@gmail.com


This patch:

diff --git a/sysdeps/x86_64/fpu/e_powl.S b/sysdeps/x86_64/fpu/e_powl.S
index 4959bea..f6a09c8 100644
--- a/sysdeps/x86_64/fpu/e_powl.S
+++ b/sysdeps/x86_64/fpu/e_powl.S
@@ -154,7 +154,7 @@ ENTRY(__ieee754_powl)
     fucompp            // 1.0 : x : y
     fnstsw
     fxch            // x : 1.0 : y
-    test    $4500,%eax
+    test    $0x4500,%eax
     jz    7f
     fsub    %st(1)        // x-1 : 1.0 : y
     fyl2xp1            // log2(x) : y

seems to fix the testcase in:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49031

It looks a like a typo to me.

-- 
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/12775] Typo in sysdeps/x86_64/fpu/e_powl.S
  2011-05-17 23:25 [Bug math/12775] New: Typo in sysdeps/x86_64/fpu/e_powl.S hjl.tools at gmail dot com
@ 2011-05-17 23:26 ` hjl.tools at gmail dot com
  2011-05-18  8:09 ` eliasrudberg at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-17 23:26 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |2.13

-- 
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/12775] Typo in sysdeps/x86_64/fpu/e_powl.S
  2011-05-17 23:25 [Bug math/12775] New: Typo in sysdeps/x86_64/fpu/e_powl.S hjl.tools at gmail dot com
  2011-05-17 23:26 ` [Bug math/12775] " hjl.tools at gmail dot com
@ 2011-05-18  8:09 ` eliasrudberg at gmail dot com
  2011-05-19 15:44 ` hjl.tools at gmail dot com
  2014-06-27 13:21 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: eliasrudberg at gmail dot com @ 2011-05-18  8:09 UTC (permalink / raw)
  To: glibc-bugs

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

Elias Rudberg <eliasrudberg at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eliasrudberg at gmail dot
                   |                            |com

--- Comment #1 from Elias Rudberg <eliasrudberg at gmail dot com> 2011-05-18 08:08:37 UTC ---
Thanks for finding this and posting it here!
It was my mistake to put it under the gcc bugzilla, it should of course have
been here from the start.

-- 
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/12775] Typo in sysdeps/x86_64/fpu/e_powl.S
  2011-05-17 23:25 [Bug math/12775] New: Typo in sysdeps/x86_64/fpu/e_powl.S hjl.tools at gmail dot com
  2011-05-17 23:26 ` [Bug math/12775] " hjl.tools at gmail dot com
  2011-05-18  8:09 ` eliasrudberg at gmail dot com
@ 2011-05-19 15:44 ` hjl.tools at gmail dot com
  2014-06-27 13:21 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-19 15:44 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-19 15:44:07 UTC ---
Fixed by

http://sourceware.org/git/?p=glibc.git;a=commit;h=8db736347c7aca3201f61e3f05b5f672bcdd5bd9

-- 
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/12775] Typo in sysdeps/x86_64/fpu/e_powl.S
  2011-05-17 23:25 [Bug math/12775] New: Typo in sysdeps/x86_64/fpu/e_powl.S hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-05-19 15:44 ` hjl.tools at gmail dot com
@ 2014-06-27 13:21 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 13:21 UTC (permalink / raw)
  To: glibc-bugs

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

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-27 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 23:25 [Bug math/12775] New: Typo in sysdeps/x86_64/fpu/e_powl.S hjl.tools at gmail dot com
2011-05-17 23:26 ` [Bug math/12775] " hjl.tools at gmail dot com
2011-05-18  8:09 ` eliasrudberg at gmail dot com
2011-05-19 15:44 ` hjl.tools at gmail dot com
2014-06-27 13:21 ` 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).