首页 > 代码库 > About GCC

About GCC

GCC used to stand for the GNU C Compiler, but since the compiler supports several other languages aside from C, it now stands for the GNU Compiler Collection.

List of compilers:

https://en.wikipedia.org/wiki/List_of_compilers#Open_source_compilers

About GCC