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.

2011-11-19 11:59
4.6.2

Esta versión corrige los problemas denunciados más de 100.
Tags: Stable, Major bugfixes
This release fixes over 100 reported problems.

2011-06-30 00:38
4.6.1

Esta es una versión de corrección de errores que contiene arreglos para las regresiones y errores graves, con más de 150 bugs corregidos desde la versión anterior.
Tags: Stable, Major bugfixes, 4.6
This is a bug-fix release containing fixes for regressions and serious bugs, with over 150 bugs fixed since the previous release.

2011-03-29 06:12
4.6.0

Soporte para varias arquitecturas de procesador era obsoleto, mientras que las nuevas plataformas se han añadido. Un nuevo nivel de optimización general, Ofast-, fue presentado. El escalable todo el programa Optimizer (WHOPR) ha estabilizado hasta el punto de ser utilizada. Muchos en tiempo de enlace y las mejoras de optimización interprocedural se hicieron. En la familia C de las lenguas, el apoyo para habilitar y deshabilitar selectivamente las advertencias se añadió. El soporte experimental para C + +0 x se ha mejorado, así como para la revisión C1X de la norma ISO C. Muchos C + + de diagnóstico han mejorado. Muchas otras mejoras fueron hechas.
Tags: Stable, Major feature enhancements, Minor bugfixes
Support for several processor architectures was obsoleted, while new platforms were added. A new general optimization level, -Ofast, was introduced. The Scalable Whole Program Optimizer (WHOPR) project has stabilized to the point of being usable. Many link-time and interprocedural optimization improvements were made. In the C family of languages, support for selectively enabling and disabling warnings was added. The experimental support for C++0x was improved, as well as for the C1X revision of the ISO C standard. Many C++ diagnostics were improved. Many other improvements were made.

2010-08-17 18:32
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.

2010-04-18 04:46
4.5.0

Optimizaciones para procesadores Intel Atom se han añadido, y el apoyo a otros procesadores aumentó el estallido. La biblioteca MPC fue integrado para recopilar más preciso evaluar el tiempo de la aritmética. Un optimizador nuevo enlace en tiempo se añadió, para permitir una optimización entre las de procedimiento. Muchas optimizaciones se han mejorado. Los compiladores C ahora salir inmediatamente en un fichero de cabecera que falta. El soporte experimental para C + +0 x se ha mejorado. Un experimentales C + + modo de perfil ha sido añadido. Muchos otros cambios fueron hechos.
Tags: Stable, Minor bugfixes, Major feature enhancements
Optimizations for Intel Atom processors were added, and the support for other processors was enhanced. The MPC library was integrated for more accurate compile time arithmetic evaluation. A new link-time optimizer was added, to allow for inter-procedural optimizations. Many optimizations were improved. The C compilers now exit immediately on a missing header file. The experimental support for C++0x was improved. An experimental C++ profile mode was added. Many other changes were made.

Project Resources