------- Comment #1 from pinskia at gcc dot gnu dot org  2007-12-01 11:38 -------
This is just the standard recursive decendent parser issue.  if you have a lot
of levels, it will crash at some point.  I don't think this bug can be fixed. 
Try increasing the stack size and you will see it no longer crashes.


-- 


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

Reply via email to