Re: Re2: GHC-4.03 heap managemen bug?

1999-03-31 Thread Michael V. Nikolaev
PROTECTED]> Date: 30 ??????? 1999 ?. 12:21 Subject: RE: Re2: GHC-4.03 heap managemen bug? >> [ Just a "me too" from Munich :-] >> >> "Michael V. Nikolaev" wrote: >> > [...] PrelArr.lhs compilation permanently completes with error: >> > >

RE: Re2: GHC-4.03 heap managemen bug?

1999-03-30 Thread Simon Marlow
> [ Just a "me too" from Munich :-] > > "Michael V. Nikolaev" wrote: > > [...] PrelArr.lhs compilation permanently completes with error: > > > > ../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C > -Rghc-timing -O -split-objs -odir PrelArr -H8m -c > PrelArr.lhs -o PrelArr.o -osuf o

Re: Re2: GHC-4.03 heap managemen bug?

1999-03-26 Thread Sven Panne
[ Just a "me too" from Munich :-] "Michael V. Nikolaev" wrote: > [...] PrelArr.lhs compilation permanently completes with error: > > ../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O >-split-objs -odir PrelArr -H8m -c PrelArr.lhs -o PrelArr.o -osuf o > hsc: fatal err

Re: GHC-4.03 heap managemen bug?

1999-03-26 Thread Michael V. Nikolaev
Vendor) <[EMAIL PROTECTED]> To: 'Michael V. Nikolaev' <[EMAIL PROTECTED]> Cc: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: 26 ??? 1999 ?. 11:13 Subject: RE: GHC-4.03 heap managemen bug? > >The compiler has got a space leak (and it's compiling Happy

Re2: GHC-4.03 heap managemen bug?

1999-03-26 Thread Michael V. Nikolaev
-Original Message- From: Michael V. Nikolaev <[EMAIL PROTECTED]> To: Sigbjorn Finne (Intl Vendor) <[EMAIL PROTECTED]> Cc: GHC bugs mail-list <[EMAIL PROTECTED]> Date: 26 ??? 1999 ?. 17:18 Subject: Re: GHC-4.03 heap managemen bug? Repeated "make all" so

RE: GHC-4.03 heap managemen bug?

1999-03-26 Thread Sigbjorn Finne (Intl Vendor)
The compiler has got a space leak (and it's compiling Happy generated sources - a bad combination); compile ParseIface with -dcore-lint to fight it (for now). hth, --sigbjorn Michael V. Nikolaev <[EMAIL PROTECTED]> writes: > > Hi All, > > I were trying to build GHC-4.03 from the CVS repo (ye

GHC-4.03 heap managemen bug?

1999-03-25 Thread Michael V. Nikolaev
Hi All, I were trying to build GHC-4.03 from the CVS repo (yesterday) under cygwin on NT4, SP4 (egcs-1.1.2). When it is built with GHC-4.02 all is OK. But, when I installed the resulted GHC-4.03 and attempted to build it again (with itself) the compilation failed as follows: ---