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-01-30 07:06
4.4.3

Esta es la 3 ª versión corrección de errores para GCC 4.4.
Tags: Minor bugfixes
This is the 3rd bug fix release for GCC 4.4.

2009-07-26 19:25
4.4.1

Esta versión corrige una serie de regresiones y otros insectos.
Tags: Stable, Minor bugfixes
This release fixes a number of regressions and other bugs.

2009-04-26 05:40
4.4.0

Optimizador de mejoras han sido numerosas. La versión 3.0 de la especificación OpenMP es ahora compatible con el C, C + + y Fortran. "No inicializada" advertencias no requieren que permite la optimización de más. El soporte experimental para la próxima ISO C + + estándar de C + +0 x mejoró. Varias nuevas metas y objetivos se han introducido mejoras específicas, mientras que varios objetivos de edad estaban obsoletos o eliminado. Muchos errores fueron corregidos.
Tags: Minor feature enhancements, Minor bugfixes, Stable
Many optimizer improvements were made. Version 3.0 of the OpenMP specification is now supported for the C, C++, and Fortran compilers. "Uninitialized" warnings do not require enabling optimization anymore. The experimental support for the upcoming ISO C++ standard C++0x was improved. Several new targets and target specific improvements were introduced, while several old targets were obsoleted or removed. Many bugs were fixed.

2009-01-29 03:32
4.3.3

Este comunicado contiene correcciones para las regresiones en GCC 4.3.2 con respecto a versiones anteriores de GCC.
Tags: Major bugfixes
This release contains fixes for regressions in GCC 4.3.2 relative to previous releases of GCC.

2008-09-02 05:14
4.3.2

Varios errores fueron corregidos. Variables de punto decimal flotante ahora están alineados con sus límites naturales cuando se pasan en la pila para i386. El "-mcld" opción de línea de comando se añadió para la compatibilidad hacia atrás en algunos sistemas operativos.
Tags: Minor bugfixes
Several bugs were fixed. Decimal floating point variables are now aligned to their natural boundaries when they are passed on the stack for i386. The "-mcld" command line option was added for backward compatibility on some operating systems.

Project Resources