CLabel buglet?
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
[ 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... %-)
Cheers,
S.