Download List

Descripción del Proyecto

The GNU Compiler Collection contains frontends for C, C++, Objective-C, Fortran, Java, and Ada as well as libraries for these languages. It is a full-featured ANSI C compiler with support for K&R C as well. GCC provides many levels of source code error checking traditionally provided by other tools (such as lint), produces debugging information, and can perform many different optimizations to the resulting object code.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-17 18:32 Back to release list
4.5.1

El nuevo enlace en tiempo optimizador LTO ("-flto"), ahora también es compatible con varios objetivos no-ELF, a saber, Cygwin (* *- cygwin), MinGW (*- MinGW *), y Darwin en x86-64 (x86_64- apple-darwin *), aunque LTO no está habilitado de forma predeterminada para estos objetivos. Numerosos pequeños errores fueron corregidos.
Tags: Stable, Minor bugfixes, Minor feature enhancements
The new link-time optimizer LTO ("-flto") is now also supported on several non-ELF targets, namely Cygwin (*-cygwin*), MinGW (*-mingw*), and Darwin on x86-64 (x86_64-apple-darwin*), though LTO is not enabled by default for these targets. Numerous minor bugs were fixed.

Project Resources