public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/59833] New: ARM soft-float extendsfdf2 fails to quiet signaling NaN
@ 2014-01-15 19:52 jsm28 at gcc dot gnu.org
  2014-02-07  9:07 ` [Bug target/59833] " ramana at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-01-15 19:52 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59833
           Summary: ARM soft-float extendsfdf2 fails to quiet signaling
                    NaN
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jsm28 at gcc dot gnu.org
            Target: arm*-*-*

The ARM soft-float aeabi_f2d / extendsfdf2 converts a signaling NaN to another
signaling NaN, when it should quiet it.  This causes the glibc math/basic-test
to fail:

Failure:  double x = (double) (float) sNaN, !issignaling


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

* [Bug target/59833] ARM soft-float extendsfdf2 fails to quiet signaling NaN
  2014-01-15 19:52 [Bug target/59833] New: ARM soft-float extendsfdf2 fails to quiet signaling NaN jsm28 at gcc dot gnu.org
@ 2014-02-07  9:07 ` ramana at gcc dot gnu.org
  2014-05-19 17:09 ` jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ramana at gcc dot gnu.org @ 2014-02-07  9:07 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-02-07
                 CC|                            |ramana at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Confirmed.


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

* [Bug target/59833] ARM soft-float extendsfdf2 fails to quiet signaling NaN
  2014-01-15 19:52 [Bug target/59833] New: ARM soft-float extendsfdf2 fails to quiet signaling NaN jsm28 at gcc dot gnu.org
  2014-02-07  9:07 ` [Bug target/59833] " ramana at gcc dot gnu.org
@ 2014-05-19 17:09 ` jsm28 at gcc dot gnu.org
  2014-06-07 10:52 ` aurelien at aurel32 dot net
  2015-06-24 21:41 ` ramana at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-05-19 17:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59833

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aurelien at aurel32 dot net

--- Comment #2 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
*** Bug 61219 has been marked as a duplicate of this bug. ***


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

* [Bug target/59833] ARM soft-float extendsfdf2 fails to quiet signaling NaN
  2014-01-15 19:52 [Bug target/59833] New: ARM soft-float extendsfdf2 fails to quiet signaling NaN jsm28 at gcc dot gnu.org
  2014-02-07  9:07 ` [Bug target/59833] " ramana at gcc dot gnu.org
  2014-05-19 17:09 ` jsm28 at gcc dot gnu.org
@ 2014-06-07 10:52 ` aurelien at aurel32 dot net
  2015-06-24 21:41 ` ramana at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2014-06-07 10:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59833

--- Comment #3 from Aurelien Jarno <aurelien at aurel32 dot net> ---
Please note that the following patch fixes the issue:

https://gcc.gnu.org/ml/gcc-patches/2014-05/msg01421.html


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

* [Bug target/59833] ARM soft-float extendsfdf2 fails to quiet signaling NaN
  2014-01-15 19:52 [Bug target/59833] New: ARM soft-float extendsfdf2 fails to quiet signaling NaN jsm28 at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-06-07 10:52 ` aurelien at aurel32 dot net
@ 2015-06-24 21:41 ` ramana at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-06-24 21:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59833

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |ramana at gcc dot gnu.org

--- Comment #4 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Need to apply Aurelien's patch - looks like that's slipped through the cracks.


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-15 19:52 [Bug target/59833] New: ARM soft-float extendsfdf2 fails to quiet signaling NaN jsm28 at gcc dot gnu.org
2014-02-07  9:07 ` [Bug target/59833] " ramana at gcc dot gnu.org
2014-05-19 17:09 ` jsm28 at gcc dot gnu.org
2014-06-07 10:52 ` aurelien at aurel32 dot net
2015-06-24 21:41 ` ramana 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).