I\'m looking for the C grammar in GCC source code, more specifically for the grammar in the yacc/bison form.
GCC of version 4.3 did not contain explicitly written C grammar. Parsing and semantical analysis were performed simultaneously, without presenting syntax tree as a separate data structure.
Information source: I read the GCC source code.