cvs: make all fails (RegAllocInfo does not export findreservedRegs)

2000-02-01 Thread Marc van Dongen
Hello there, CVS: make all fails with the following message: AsmCodeGen.lhs:24: Module `RegAllocInfo' does not export `findReservedRegs' Compilation had errors make[2]: *** [nativeGen/AsmCodeGen.o] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Regards, Marc van Dongen --

Re: panic! (the `impossible' happened):

2000-02-01 Thread George Russell
Sorry for resending this, but as it doesn't seem to be in the archive and I haven't had a response I'm assuming that it's been lost. George Russell wrote: > > Trying to compile the GHC CVS sources, downloaded today, with the ghc-4.06 binary > distribution I get > > ==fptools== gmake all --no-pr

litlits in interface files

2000-02-01 Thread Sven Panne
GHC-4.06 includes litlits (i.e. those thingies between ``...''') in interface files when the corresponding module is compiled with -O and sometimes inlines them in other modules. Efficient as it is, this can break modules which don't use the same #includes. Example: -- Foo.hs ---