simonmar    2003/01/23 03:22:51 PST

  Modified files:
    ghc/compiler/stgSyn  CoreToStg.lhs 
  Log:
  A nullary constructor in an argument position should refer to the
  constructor worker, not the wrapper.  In most cases they're the same,
  but when using -funbox-strict-fields (or maybe a context on a data
  type?) they can be different, leading to a crash.
  
  MERGE TO STABLE
  
  Revision  Changes    Path
  1.98      +1 -1      fptools/ghc/compiler/stgSyn/CoreToStg.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to