[GHC] #9530: min / max do not always return a NaN when one of the arguments is NaN
GHC
ghc-devs at haskell.org
Sun Aug 31 19:35:04 UTC 2014
#9530: min / max do not always return a NaN when one of the arguments is NaN
-------------------------------------+-------------------------------------
Reporter: jrp | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Prelude | Version: 7.8.3
Resolution: invalid | Keywords:
Operating System: MacOS X | Architecture: Unknown/Multiple
Type of failure: Incorrect | Difficulty: Easy (less than 1
result at runtime | hour)
Test Case: | Blocked By: 9276
Blocking: | Related Tickets: 9276
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by carter):
most of the IEEE operations that have hardware support baked in are pretty
reasonable and what ghc already does. min/max is one of the few operations
where the ieee spec, the hardware supported spec, and the reasonable
semantics specs are not the same.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9530#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list