------- Comment #2 from sje at cup dot hp dot com 2007-05-23 22:19 ------- I am not sure what, if anything, we should do with this bug report. The compiler is working as designed, the test case has a very large number of nested parenthesis which causes the parser to recurse over and over as it parses through the expression. If you have enough stack space (and swap space) the test seems to compile fine in a reasonable amount of time. If you run out of stack space or run out of swap space then the test fails.
This test runs fine on my IA64 HP-UX and Linux boxes and on my HPPA HP-UX boxes where I have increased the stack size. If I change the test case to do more nesting, I can get it to fail. -- sje at cup dot hp dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sje at cup dot hp dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827