GCC (GNU Compiler Collection), version 3.2 This compiler collection includes compilers for: C C++ Objective C Fortran Java gcc is an ANSI C compiler. gcc is generally superior to compilers derived from pcc (portable C compiler), because: it's ANSI much better diagnostics allows use of both -O and -g simultaneously generally faster code than from pcc