scm-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scm-discuss] 5f2 regression: r4rstest.scm fails on 32-bit


From: Aubrey Jaffer
Subject: Re: [Scm-discuss] 5f2 regression: r4rstest.scm fails on 32-bit
Date: Mon, 09 Oct 2017 21:29:13 -0400

Steve VanDevender <address@hidden> writes:

 | Aubrey Jaffer writes:
 |  > I compiled scm5 with gcc-5.4.0 -m32 to make a 32-bit executable.  Your
 |  > examples ran in it without error.  Could it be a GCC optimizer bug?
 |  > Please try compiling with -O0.
>
 | I just tried compiling SCM 5f2 with -O0 on a 32-bit x86 system but still
 | get the test failure:

Without knowing what compiler version you are using, there is nothing
more I can do here.

There are 34 calls to bigrecy() in scl.c and subr.c.  You could comment
out half of those calls and see if it fixes the problem; then comment
out only 1/4 of the calls, and so forth until you isolate the call or
calls responsible for the error.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]