It appears to use bison, which is sort of like yacc.
You can find the source for gcc here:
http://ftp.gnu.org/gnu/gcc/
Regards,
Tov Are
> Or some other packaged parser tool?
It depends on the front end (and the version). Most front ends use
hand-written parsers nowadays.