1 Sep 2008 15:59
Re: next snapshot in preparation for m4 1.4.12
Eric Blake <ebb9 <at> byu.net>
2008-09-01 13:59:50 GMT
2008-09-01 13:59:50 GMT
According to Tom G. Christensen on 8/30/2008 7:23 AM: >> At any rate, I'm also interested in seeing how c-stack behaves if you >> don't link with libsigsegv (in the earlier snapshot, your build showed >> that c-stack still attempted stack overflow detection and crashed, causing >> ./stackovf.test to FAil; my hope is that I've fixed things so that in this >> snapshot so that c-stack returns ENOTSUPP, letting ./stackovf.test Skip). >> > Yes, it seems to do the right thing now. > > c_stack_action: Invalid argument > SKIP: test-c-stack.sh > c_stack_action: Invalid argument > SKIP: test-c-stack2.sh Good. We've now proven that stack overflow detection is skipped on platforms where we don't have it ported, rather than causing failures. It's now only a problem of whether we can easily port things to Irix; and it's less work if we can just focus on the libsigsegv side of things. >> Can you include the config.log snippet for that portion of the configure >> run, so we can see if it was a compile or run failure? >> > configure:6499: checking for working C stack overflow detection > configure:6591: cc -o conftest -g -I/usr/tgcware/include -L/usr/tgcware/lib -Wl,-rpath,/usr/tgcware/lib conftest.c >&5 > cfe: Warning 728: conftest.c, line 62: Long double not supported; double assumed. > long double ld; > ---^(Continue reading)
RSS Feed