ghc-testsuite-6.6 oddities
Simon Peyton-Jones
simonpj at microsoft.com
Thu Nov 16 11:24:57 EST 2006
This is a long-standing oddity. I have investigated it at least twice, and found out what is going on. Each time I do so, I think it's not important enough to fix today... and before I know it I've forgotten what the problem is again.
I must write it down! Anyway, it happens on all platforms. Don't worry about it; but leave it as a failure so that I don't forget to attend to it
Simon
| =====> maessen_hashtab(normal)
| cd ./programs/maessen-hashtab &&
| '/home/maeder/haskell/pc-solaris/ghc-6.6/compiler/stage2/ghc-inplace'
| -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_solaris2
| --make -o maessen_hashtab HashTest -cpp >maessen_hashtab.comp.stderr
| 2>&1
| Compile failed (status 256) errors were:
| [1 of 2] Compiling Data.HashTab ( Data/HashTab.hs, Data/HashTab.o )
| [2 of 2] Compiling Main ( HashTest.hs, HashTest.o )
| *** Core Lint Errors: in result of Desugar ***
| <no location info>:
| In the expression: Data.HashTab.update @ GHC.Base.Int @ GHC.Base.Int
| ht_a4UG
| Argument value doesn't match argument type:
| Fun type:
| Data.HashTab.HashTable GHC.Base.Int GHC.Base.Int
| -> GHC.Base.Int
| -> GHC.Base.Int
| -> GHC.IOBase.IO GHC.Base.Bool
| Arg type: Main.HT
| Arg: ht_a4UG
| *** Offending Program ***
| [...]
|
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users at haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
More information about the Glasgow-haskell-users
mailing list