GNU Compiler Collection (Español)
La colección de compiladores GNU (GCC) es parte de toolchain de GNU e incluye front ends para C y C++.
Esta traducción de GNU Compiler Collection fue revisada el 2020-12-12. Si existen cambios puede actualizarla o avisar al equipo de traducción.
Instalación
Otros front-ends disponibles son:
- gcc-ada para Ada
- gcc-fortran para Fortran
- gcc-go para Go
- gcc-objc para Objective-C
Versiones antiguas
Las versiones antiguas de GCC están disponibles a través de los repositorios oficiales y en AUR y pueden ser útiles como curiosidad histórica, proyectos antiguos que no se pueden compilar en las versiones actuales o para probar la compatibilidad de proyectos:
- GCC 4.3: gcc43AUR
- GCC 4.4:
- GCC 4.5:
- GCC 4.6:
- GCC 4.7:
- GCC 4.8:
- GCC 4.9: gcc49AUR
- GCC 5: gcc5AUR
- GCC 6:
- GCC 7:
- GCC 8:
- GCC 9:
Se pueden encontrar otras interfaces para versiones antiguas de GCC en los repositorios oficiales y en AUR buscando , p.ej. buscando para las interfaces de GCC 9.
Véase también
gollark: Pointer arithmetic, for one thing?
gollark: Rust was designed with ownership to start with and still can't satisfactorily chëck everything. C code is typically a horrible minefield of unsafe everything so a borrow checker could have problems.
gollark: > someone, quick! a borrow checker for C<@356107472269869058> Isn't that impossible without stupidly high false positive rates and/or missing many unsound things?
gollark: Maybe I can just expand the theming UI and ship a "monospace and black" theme.
gollark: > But please don't write paragraphs of text in monospaceNo. ALL shall be monospace. Partial monospace would look out of place and kerning actually bad.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.