This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/31827] limits-exprparen.c: Pid 2297 received a SIGSEGV for stack growth failure
- From: "trevor.hemsley at ntlworld dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Jan 2011 23:11:57 +0000
- Subject: [Bug middle-end/31827] limits-exprparen.c: Pid 2297 received a SIGSEGV for stack growth failure
- Auto-submitted: auto-generated
- References: <bug-31827-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
Trevor Hemsley <trevor.hemsley at ntlworld dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trevor.hemsley at ntlworld
| |dot com
--- Comment #11 from Trevor Hemsley <trevor.hemsley at ntlworld dot com> 2011-01-31 23:11:22 UTC ---
Recreated this on linux x86_64 with gcc 4.6-20110129. Running ulimit -a shows
me that the default stack limit is 8192 and increasing this to 18000 allows the
test to complete at all optimization levels that are tested by make check.
Running at 17000 fails.