[Bug c/34308] gcc internal error (seg fault) (program cc1) with ill formed foo.c
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Dec 1 11:39:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list