Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
4.6.0

Unterstützung für mehrere Prozessorarchitekturen war veraltet, während neue Plattformen wurden hinzugefügt. Eine neue allgemeine Optimierung Ebene-Ofast, eingeführt wurde. Das Scalable ganzen Programms Optimizer (WHOPR) Projekt hat zu dem Punkt, dass brauchbare stabilisiert. Viele Link-Zeit und zwischenprozeduraler Optimierung Verbesserungen vorgenommen wurden. In der C-Familie von Sprachen wurde die Unterstützung für selektiv aktivieren und deaktivieren Warnungen aufgenommen. Die experimentelle Unterstützung für C + +0 x wurde verbessert, als auch für die C1x Revision der ISO-C-Standard. Viele C + + Diagnostik verbessert wurden. Viele weitere Verbesserungen vorgenommen wurden.
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