GCC, the GNU Compiler CollectionThe GNU Compiler Collection includes front ends forC,C++,Objective-C, Fortran,Ada, and Go, as well as libraries for these languages (libstdc++,...).GCC was originally written as the compiler for the GNU operating system.The GNU system was developed to be 100% free software, free in the sensethat it respectsthe user's freedom. We strive to provide regular, high qualityreleases, which we want to work well on a varietyof native and cross targets (including GNU/Linux), and encourage everyone to contribute changes or helptesting GCC.Our sources are readily and freely available viaSVN and weeklysnapshots. Major decisions about GCC are made by the steering committee, guided by the mission statement. | |