cvs commit: fptools/ghc/compiler/deSugar DsExpr.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 16 May 2001 04:36:05 -0700


simonmar    2001/05/16 04:36:05 PDT

  Modified files:
    ghc/compiler/deSugar DsExpr.lhs 
  Log:
  Fix for a bug which affects record updates when the record has strict
  unboxed fields (i.e. -funbox-strict-fields is on).
  
  MERGE with 5.00 (after testing, and if it can be done before the release)
  
  Revision  Changes    Path
  1.67      +2 -2      fptools/ghc/compiler/deSugar/DsExpr.lhs