Fucc is a fuzz testing tool focused on testing compilers. It works by generating random sentences of valid code, which are then compiled by two different means and the output of translated binaries is compared. Differences are treated as anomalies and stored for later investigation.
Currently it can test a small subset of C language.