This is the mail archive of the gcc-patches@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]

Re: [C++ PATCH] Precedence-based parsing


On Sep 22, 2004, at 17:02, Mark Mitchell wrote:
It doesn't look like you check for stack overflow; you just crash?
Nevermind, I see what you're doing I think.
The stack has a finite bound because there are only finitely many levels of precedence.

This would be worth including as a comment.



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