------- 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