[GHC] #1658: CSE changes semantics
GHC
trac at galois.com
Mon Sep 3 14:04:21 EDT 2007
#1658: CSE changes semantics
-------------------------+--------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Multiple | Testcase:
Architecture: Multiple |
-------------------------+--------------------------------------------------
Comment (by sorear):
That rule is correct - for all x# :: Int#, x# -# x# is 0#. Remember -# is
only usable on integers. Double subtraction uses -##.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1658>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list