logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs commit: fptools/ghc/compiler/stgSyn CoreToStg.lhs: msg#00199

Subject: cvs commit: fptools/ghc/compiler/stgSyn CoreToStg.lhs
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


<Prev in Thread] Current Thread [Next in Thread>