[cmucl-imp] Build failure on gcc-4.6 [resend with other user]

Carl Shapiro carl.shapiro at gmail.com
Tue Jan 17 18:52:06 UTC 2012


On Tue, Jan 17, 2012 at 9:52 AM, Raymond Toy <toy.raymond at gmail.com> wrote:

> Interesting.  I wonder if os_stack_grows_down_1 were moved to another file
> would fix this.
>

If you think the call is being optimized away, you can try to add a
"noinline" attribute to limit the optimization.

Aside from the PA-RISC, don't all of the ports have a downward growing
stack?  Maybe it is time to make this a #define instead of using a clever
runtime check.


More information about the cmucl-imp mailing list