Got the following from ghc-4.00. Known/knowable, or should I get out
the old code divide'n'conquer routine?
Setup is sun-sparc-solaris, binary build (*sob* -- many thanks, Simon).
Slan,
Alex.
_____
ghc-4.00 -c GenUtils.lhs -H30m -K2M -recomp -fglasgow-exts -cpp -syslib
misc -Rgc-stats -dshow-passes -fmax-simplifier-iterations4
-funfolding-use-threshold-0
*** Reader:
*** Renamer:
*** TypeCheck:
*** DeSugar:
*** Desugar
GenUtils.lhs:88:
Pattern match(es) are overlapped
in the definition of function `typeName'
t cc = ...
GenUtils.lhs:615:
Pattern match(es) are overlapped
in the definition of function `domtypename'
cc (TypeVar "'a") = ...
cc (Sequence (TypeVar "'a")) = ...
*** Core2Core:
*** Simplify
*** Tidy Core
*** Core2Stg:
*** Stg2Stg:
*** CodeGen:
*** CodeOutput:
MachRegs.lhs:563: Non-exhaustive patterns in function baseRegOffset
make: *** [GenUtils.o] Error 1