I\'m looking for the C grammar in GCC source code, more specifically for the grammar in the yacc/bison form.
The C grammar can be found in comments in c-parser.c file in GCC sources. It is not a yacc/bison though as it has already been said.