2024年1月4日 · The source distribution includes the Ada, C, C++, Objective-C, D (GCC 9 and later), Fortran, Go, and Modula-2 (GCC 13 and later) compilers, as well as runtime libraries for C++, Objective-C, and Fortran.
2023年2月16日 · GCC stands for GNU Compiler Collection. Collections of compilers contain the compiler of C, C++, Objective-C, Fortran, Ada, and many more. It is a component of a GNU project developed by the Free Software Foundation (FSF).
This manual documents how to use the GNU compilers, as well as their features and incompatibilities, and how to report bugs. It corresponds to the compilers (GCC) version 4.5.2. The internals of the GNU compilers, including how to port them to new targets and some information about how to write front ends for new languages, are documented in a ...
GCC(GNU Compiler Collection,GNU编译器套装),是一套由GNU开发的编程语言编译器。 它是一套以GPL及LGPL许可证所发布的自由软件,也是GNU计划的关键部分,亦是自由的类Unix及苹果电脑Mac OS X 操作系统的标准编译器。 GCC(特别是其中的C语言编译器)也常被认为是跨平台编译器的事实标准。 原名为GNU C语言编译器(GNU C Compiler),因为它原本只能处理C语言。 GCC很快地扩展,变得可处理C++。 之后也变得可处理Fortran、Pascal、Objective …
2017年2月19日 · The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). It will definitly work on Ubuntu ; it's even provided through the package system (sorry, my system is in french) : $ apt-cache show g++. Package: g++.