Re: Bug in pretty printer?

2000-03-28 Thread Michael Marte
On Thu, 9 Dec 1999, Michael Marte wrote: > I am using Hugs98 (september release) together with the pretty printer > combinators by Hughes and Jones. > When printing a large structure, Hugs aborts with the message GC > Blackhole. The program works fine for smaller structures. > The problem occurs

RE: ghc/lib/cbits/system.c doesn't compile

2000-03-28 Thread Simon Marlow
> ==fptools== gmake all --no-print-directory -r; > in /usr/local/pub-bkb/ghc/fptools/ghc/lib/std/cbits > -- > -- > ../../../driver/ghc-inplace -O -I../../../includes > -I../../../rts -Wall -static-c system.c -o system.o >

Re: problem building optimized compiler

2000-03-28 Thread Sven Panne
Sven Panne wrote: > Currently the way to go is: Compile 4.07 with 4.06 *without* -O for > hsc. With the resulting 4.07 you can switch -O on again to get an > optimized hsc in a second bootstrapping stage. Times are changing fast... I've just seen that the restless folks in Cambridge have fixed t

Re: problem building optimized compiler

2000-03-28 Thread Sven Panne
kirstin reese wrote: > (building cvs top with 4.06) > When compiling CoreUnfold with the -O flag: > ParseIface.hs:6827: Non-exhaustive patterns in case Currently the way to go is: Compile 4.07 with 4.06 *without* -O for hsc. With the resulting 4.07 you can switch -O on again to get an optimized h