Re: I think GC's fixed now

2002-03-18 Thread Chris Ball
> "Simon" == Simon Cozens <[EMAIL PROTECTED]> writes: Simon> Dan Sugalski: Simon> > Damn. Fix checked in, and I'm grabbing a clean copy to see Simon> > what else I might've missed. Simon> Tru64's looking happy now, and the tinderbox is nice and Simon> green. CVS aft

Re: I think GC's fixed now

2002-03-18 Thread Simon Cozens
Dan Sugalski: > Damn. Fix checked in, and I'm grabbing a clean copy to see what else > I might've missed. Tru64's looking happy now, and the tinderbox is nice and green. -- 10. The Earth quakes and the heavens rattle; the beasts of nature flock together and the nations of men flock apart; volc

Re: I think GC's fixed now

2002-03-18 Thread Joshua Nye
gcc -fno-strict-aliasing -I/usr/local/include -Wall -Wstrict-prototypes -Wm issing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Winline -W -Wno-unused -Ws ign-compare-I./include -DHAS_JIT -DI386 -o core_ops.o -c core_

Re: I think GC's fixed now

2002-03-18 Thread Dan Sugalski
At 4:55 PM -0500 3/18/02, Joshua Nye wrote: >core.ops:2480: `TOTAL_COPIED' undeclared (first use in this function) >core.ops:2480: (Each undeclared identifier is reported only once Damn. Fix checked in, and I'm grabbing a clean copy to see what else I might've missed. --