File:GNU_Compiler_Collection_logo.svg · Wikimedia Commons · See Wikimedia Commons
GNU Compiler Collection
Sign in to saveAlso known as GCC, GNU C Compiler, GNU C++ Compiler, Gcc, G++
compilatore multipiattaforma creato inizialmente dal fondatore della Free Software Foundation, Richard Stallman
The GNU Compiler Collection is a free software tool that translates computer code into programs that computers can run, and it's designed to make those programs run efficiently. It's the standard compiler used by most Linux and GNU projects, making it a foundational piece of software infrastructure that much of the open-source world depends on.
AI-generated from the Wikipedia summary — may contain errors.
Key facts
- Original author
- Richard Stallman
- Developer
- GNU Project
- Initial release
- March 22, 1987 ; 39 years ago ( 1987-03-22 )
- Stable release
- 16.1 / 30 April 2026 ; 34 days ago ( 30 April 2026 )
- Written in
- C , C++
- Operating system
- Cross-platform
- Platform
- GNU and many others
- Size
- ~15 million LOC
- Available in
- English
- Type
- Compiler
- License
- GPLv3+ with GCC Runtime Library Exception
- Website
- gcc .gnu .org
- Repository
- gcc .gnu .org /git /gcc .git
via Wikipedia infobox
Wikidata facts
- Instance of
- free software
- Part of
- GNU toolchain
- Movement
- free software movement
- Developer
- GNU Project
- Platform
- cross-platform
- Official website
- gcc.gnu.org
- Image
- GCC 11.1.0 compiling Chicken screenshot.png
Show 17 more facts
- software version identifier
- 15.2
- IRC channel URL
- irc://irc.libera.chat/gcc
- derivative work
- DJGPP
- implementation of
- D
- issue tracker URL
- gcc.gnu.org/bugs
- Stack Exchange tag
- stackoverflow.com/tags/gcc
- Commons category
- GNU Compiler Collection
- Commons gallery
- GCC
- supports programming language
- D
- has command line option
- -x
- source code repository URL
- git://gcc.gnu.org/git/gcc.git
- programmed in
- Q15777
- official wiki URL
- gcc.gnu.org/wiki
- operating system
- MINIX 3
- inception
- 1987-05-23
- publication date
- 1987-05-23
- mailing list archive URL
- gcc.gnu.org/pipermail/gcc
Sources (15)
via Wikidata · CC0
Article · Italiano
GCC (GNU Compiler Collection, in origine GNU C Compiler) è un compilatore multipiattaforma creato inizialmente dal fondatore della Free Software Foundation, Richard Matthew Stallman, come parte del Progetto GNU. Le versioni recenti sono incluse nelle principali distribuzioni del sistema operativo GNU/Linux, e di molti altri sistemi, mentre su macOS non è installato per default, ma è parte del pacchetto Xcode (dalla versione 5.0 di Xcode è presente un altro compilatore, llvm che sostituisce completamente gcc). Nato inizialmente come un compilatore per il linguaggio C, dispone oggi di vari front end per altri linguaggi, tra cui Java, C++, Objective C, Fortran e Ada, e vari back-end che sono in grado di generare linguaggi macchina per molte architetture, tra le quali x86, x86-64, ARM, IA-64, PowerPC, , SPARC.
Abstract from DBpedia / Wikipedia · CC BY-SA