patch applied (ghc): is64BitInteger: truncate to 64 bits before testing

Simon Marlow simonmar at microsoft.com
Thu Mar 1 06:27:27 EST 2007


Thu Mar  1 03:25:13 PST 2007  Simon Marlow <simonmar at microsoft.com>
  * is64BitInteger: truncate to 64 bits before testing
  We weren't catching some literals that actually fit in 32 bits before,
  because e.g. -1 was sometimes represented as 0xffffffffffffffff in CmmInt.
  

    M ./compiler/nativeGen/MachCodeGen.hs -1 +7



More information about the Cvs-ghc mailing list