This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/5768] isnan() will throw SIGFPE with signalling NaN


------- Additional Comments From sjmunroe at us dot ibm dot com  2008-02-18 23:20 -------
Created an attachment (id=2271)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2271&action=view)
Patch to replace the failing isnan.c with correct isnan.S implementation

This is simple enough to write in assembler and prevent GCC from rearranging
the code.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]