[Bug c/35608] gcc.c-torture/compile/limits-structnest.c fails -O2 -Os

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Mar 28 14:05:00 GMT 2008



------- Comment #5 from hjl dot tools at gmail dot com  2008-03-28 14:04 -------
The testcase has 10001 nested (), which is processed with recursive calls.
My default stack limit is 8MB. 10001 recursive calls need around 8MB stack.
Any changes in my setup will push it over the limit. I think we should do
one of the followings:

1. Mark it XFAIL.
2. Lower the number of ().
3. Call setrlimit to raise stack limit.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35608



More information about the Gcc-bugs mailing list