This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34308] gcc internal error (seg fault) (program cc1) with ill formed foo.c
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2007 11:38:52 -0000
- Subject: [Bug c/34308] gcc internal error (seg fault) (program cc1) with ill formed foo.c
- References: <bug-34308-15464@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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