This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/34308] gcc internal error (seg fault) (program cc1) with ill formed foo.c



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]