GCC is the GNU Compiler Collection, a collection of free software compilers. It is a key component of the GNU Toolchain. GCC includes C compiler, that is in fact, the standard C compiler on Linux.
GCC also includes front ends for C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...). It also can compile various source languages: Pascal, Mercury, COBOL, Modula-2, PL/I and UPC via external front-ends.
It supports code generation for many architectures (full list), including i386, x86_64, ARM, PowerPC, SPARC, MIPS, and many more via custom backends
GCC sources Available via SVN repository. Major decisions about GCC are made by the steering committee, guided by the mission statement.
