Re: 1.8 status and 64-bit data corruption

2006-04-15 Thread Bill Schottstaedt
> But I don't quite follow why a remember would be wanted in > SCM_VALIDATE_CELL. I'd have thought it was in fact a good thing if > the "cell" value went dead if not being checked. Hunh!? This whole thread is about building guile in gcc 4.n on a 64-bit machine. It doesn't build, or run unless

Re: 1.8 status and 64-bit data corruption

2006-03-29 Thread Jay Cotton
Hi Bill, I'd like to see the changes you made (keeping in mind your disclaimer about "rightness"). Thanks, Jay On Mar 29, 2006, at 10:12 AM, Bill Schottstaedt wrote: I just checked Fedora Core 5 with gcc 4.1, and it's broken there in the same way as in FC4/gcc 4.0. (On the Mac socklen_t

Re: 1.8 status and 64-bit data corruption

2006-03-29 Thread Bill Schottstaedt
I just checked Fedora Core 5 with gcc 4.1, and it's broken there in the same way as in FC4/gcc 4.0. (On the Mac socklen_t bug, I can pass along the changes I made, if you want them -- as I said before, they're not "the right thing"). ___ Guile-devel

Re: 1.8 status and 64-bit data corruption

2006-03-29 Thread Andy Wingo
Hi Neil, On Tue, 2006-03-28 at 21:56 +0100, Neil Jerram wrote: > The gcc on this machine is: > > [EMAIL PROTECTED]:~/guile-core-1.8-20060328$ gcc --version > gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) I got different results when using gcc 3.3. Can't remember exactly how different tho :-/ The gcc I no

Re: 1.8 status and 64-bit data corruption

2006-03-28 Thread Neil Jerram
Neil Jerram <[EMAIL PROTECTED]> writes: > I believe the only important 1.8 bug still outstanding is the one > which causes Scheme data corruption on 64-bit platforms - and which is > usually enough to cause the build to fail in > snarf-check-and-output-texi. Someone has been kind enough to loan m

1.8 status and 64-bit data corruption

2006-03-26 Thread Neil Jerram
I believe the only important 1.8 bug still outstanding is the one which causes Scheme data corruption on 64-bit platforms - and which is usually enough to cause the build to fail in snarf-check-and-output-texi. Is there anything else of equal impact that I've forgotten? I'm not sure how to procee