[GHC] #8695: Arithmetic overflow from (minBound :: Int) `quot` (-1)
GHC
ghc-devs at haskell.org
Tue Jan 28 22:42:33 UTC 2014
#8695: Arithmetic overflow from (minBound :: Int) `quot` (-1)
------------------------------------------------+--------------------------
Reporter: rleslie | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.8.1
Component: libraries/haskell2010 | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Incorrect result at runtime | Unknown/Multiple
Test Case: | Difficulty:
Blocking: | Unknown
| Blocked By:
| Related Tickets: #1042
------------------------------------------------+--------------------------
Comment (by carter):
the referenced table is
{{{
Integer, Integra,l Arbitrary-precision integers
Int, Integral, Fixed-precision integers
(Integral a) => Ratio a, RealFrac, Rational numbers
Float, RealFloat, Real floating-point, single precision
Double, RealFloat, Real floating-point, double precision
(RealFloat a) => Complex a, Floating, Complex floating-point
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8695#comment:20>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list