Fun with GHC's optimiser

Simon Peyton-Jones simonpj@microsoft.com
Fri, 8 Dec 2000 08:55:25 -0800


| panic! (the `impossible' happened):
|         mkWWcpr: not a product PrelNum.Integer{-311-}

now fixed

| 
| And also:
| ghc-inplace --interactive
| [...]
| Loading package std ... resolving ... ghc: fatal error: 
| ocResolve_ELF: 
| /home/users/qrczak/cvs/fptools/ghc/driver/../lib/std/HSstd.o: 
| unknown symbol `PrelNum_showSignedInteger_closure'

the interactive part isn't working yet, just the compiler part.
But ghc --make should work.

Simon