http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25466|0 |1 is obsolete| | --- Comment #18 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-12 12:27:19 UTC --- Created attachment 25472 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25472 updated stack check test mea culpa... ... I should have said to put ulimit -s 8192. I've attached an updated version which iterates more times and does what's expected with default ulimits on ppc/x86 d9 and x86 d10. it's slightly refined on ppc - and should give a different termination message when -fstack-check is in force. (the old version is still perfectly OK for checking code-gen, BTW).