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-03-29 06:12 Back to release list
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.

Project Resources