[Bug math/18242] powf, powl, do not conform to POSIX for (0, -INFINITY) input

jsm28 at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Fri Apr 10 16:34:00 GMT 2015


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

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

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

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
The C99 requirement to raise divide-by-zero in this case was a defect, as it
was contrary to IEEE 754 semantics for that exception.  See N1515.  Thus, it's
a defect in POSIX that it hasn't adopted the C11 correction, and the ideal
result would be *never* raising that exception in this case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list