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