RE: CLabel buglet?
"Simon Marlow" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <3429668D0E777A499EE74A7952C382D103B3D772__12820.8363116302$1116836497$gmane$org@EUR-MSG-01.europe.corp.microsoft.com> |
On 21 May 2005 16:45, Sven Panne wrote: > [ Hmmm, this mail bounced from cvs-ghc, re-trying on cvs-fptools ] > > From fptools/ghc/compiler/cmm/CLabel.hs: > > ... > needsCDecl (DynIdLabel _ _) = True > needsCDecl (CaseLabel _ _) = True -- !!!!!!!!!! > needsCDecl (ModuleInitLabel _ _ _) = True > needsCDecl (PlainModuleInitLabel _ _) = True > needsCDecl ModuleRegdLabel = False > needsCDecl (CaseLabel _ _) = False -- !!!!!!!!!! > needsCDecl (StringLitLabel _) = False > ... > > Looks a little bit confusing to me... %-) Fixed, thanks. Simon