C++ grammar issue

Yu Yang yuyang@cise.ufl.edu
Wed Apr 7 23:19:00 GMT 2004


Hi,

Just now I check C++'s grammar in gcc with bison/yacc.
To my surprise, both tools report that there are 33 shift/reduce
conflicts and 58 reduce/reduce conflicts in the C++ grammar that 
gcc support. How does gcc deal with so many conflicts?

Thanks!

Yu



More information about the Gcc mailing list