[nightly] 15-Dec-2008 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
Simon Marlow
marlowsd at gmail.com
Tue Dec 16 05:15:24 EST 2008
GHC Build Reports wrote:
> Unexpected failures:
> Chan001(hpc)
> MVar001(hpc)
> QSem001(hpc)
> QSemN001(hpc)
> ann01(profc,profasm)
> annrun01(profc,profasm,profthreaded)
> cg059(hpc)
> ffi016(threaded1,threaded2,profthreaded)
> ioref001(hpc)
> qq005(hpc)
> tc137(hpc)
> tc210(hpc)
These hpc failures are core-lint errors, e.g.:
*** Core Lint Errors: in result of Simplifier mode 2 [main], iteration 1
out of
4 ***
<no location info>:
[RHS of lvl_s1jj :: [GHC.Types.Char]
-> GHC.IOBase.IO ([GHC.Bool.Bool], [GHC.Types.Int])]
Demand type has 1 arguments, rhs has 0 arguments, lvl_s1jj
Binder's strictness signature: DmdType Tb
....
lvl_s1jj :: [GHC.Types.Char]
-> GHC.IOBase.IO ([GHC.Bool.Bool], [GHC.Types.Int])
[Str: DmdType Tb]
lvl_s1jj =
case {tick (main:Main, 204)}_d10R of _ { __DEFAULT ->
GHC.Err.error @ (GHC.IOBase.IO ([GHC.Bool.Bool], [GHC.Types.Int]))
}
Cheers,
Simon
More information about the Cvs-ghc
mailing list