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] Make parser revert digraph "<:"


Theodore Papadopoulo wrote:

> If the information was propagated, wouldn't it be possible to use the
> tentative parsing scheme to get it right all the time... Just start
> with the most probable guess and get back to the other possibilities
> when errors are encountered..

Did you *actually* check my patch? This is what I do.

> That being said, for the problem at hand it might be an overkill and
> the scheme has also to be tested when there are other syntax errors
> further in the program.

I appreciate testcases where my patch doesn't work. I tried to excercise every
codepath affected by my modifies, and, as far as I can tell, it works.

Giovanni Bajo



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