simonmar    2002/09/04 03:00:46 PDT

  Modified files:
    ghc/compiler/codeGen CgCase.lhs CgHeapery.lhs 
                         CgLetNoEscape.lhs 
  Log:
  Recent changes to simplify PrimRep had introduced a bug: the heap
  check code was assuming that anything with PtrRep representation was
  enterable.  This isn't the case for the unpointed primitive types
  (eg. ByteArray#), resulting in the ARR_WORDS crash in last night's
  build.
  
  This bug isn't in STABLE.
  
  Revision  Changes    Path
  1.59      +20 -15    fptools/ghc/compiler/codeGen/CgCase.lhs
  1.33      +14 -20    fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.17      +2 -2      fptools/ghc/compiler/codeGen/CgLetNoEscape.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to