This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10
- From: "iains at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Oct 2011 12:27:19 +0000
- Subject: [Bug ada/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10
- Auto-submitted: auto-generated
- References: <bug-50678-4@http.gcc.gnu.org/bugzilla/>
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).