Download List

Project Description

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.

2002-05-16 12:55
3.1

This release includes general optimizer improvements, and a few more ISO C99 features. The preprocessor is now 10-50% faster than the preprocessor in GCC 3.0, and an Ada frontend was added.
Tags: Major feature enhancements

2002-02-21 13:56
3.0.4

GCC now supports newer versions of the NetBSD operating system, which use the ELF object file format. On x86 processors correct debugging information is generated from functions that have lines from multiple files (e.g. yacc output). A fix for whitespace handling in the -traditional preprocessor was made, which can affect Fortran Fixes to the exception handling runtime. There are more fixes for bad code generation in C++, a fix for shared library generation under AIX 4.3 Port of GCC to Tensilica's Xtensa processor contributed, and a fix for compiling the PPC Linux kernel (FAT fs wouldn't link).
Tags: Major bugfixes

2001-12-22 23:03
3.0.3

This release fixes an accidental change to the PowerPC ABI, bad code
generation on a variety of architectures, bad code generation in C++,
crashes in the C++ demangler, and buffer overflows caused by the C++
standard library. It adds improvements to the debugging information
generated for C++ classes and miscellaneous improvements for a variety
of architectures.

2001-10-26 01:34
3.0.2

Fixes for bad code generation during loop unrolling and bad code generation by the sibling call optimization, improved x86 code generation, and function descriptors in C++ vtables for IA64.
Tags: Minor bugfixes

2001-08-21 11:24
3.0.1

Tags: Major bugfixes

Project Resources