C grammar in GCC source code

bison, c, gcc, grammar, yacc

Solution

Found the C grammar in Yacc specification in the GCC version 3.3 in the file "c-parse.y"

Problem

I'm looking for the C grammar in GCC source code, more specifically for the grammar in the yacc/bison form.

Original source