Fix crash with (minBound :: Int*) `div (-1) as result is maxBound + 1.
authorIan Lynagh <igloo@earth.li>
Mon, 15 Jan 2007 14:20:05 +0000 (14:20 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 15 Jan 2007 14:20:05 +0000 (14:20 +0000)
commit1b1289f3c7cba2895500623a1fa748e9b2873669
tree656140b772054464be0bf3a23d269924968bb189
parent2136b0babab0c8cf73075a2a0abb4f19453e1f77
Fix crash with   (minBound :: Int*) `div (-1)   as result is maxBound + 1.
GHC/Err.lhs
GHC/Err.lhs-boot
GHC/Int.hs
GHC/Real.lhs