Download List

프로젝트 설명

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

이 릴리스는 100 개 이상의 보고 된 문제를 해결합니다.
Tags: Stable, Major bugfixes
This release fixes over 100 reported problems.

2011-06-30 00:38
4.6.1

이것은 이전 릴리스 이후 해결된 150 버그와 regressions과 심각한 버그에 대한 수정을 포함하는 버그 수정 릴리즈입니다.
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

새로운 플랫폼이 추가 동안 여러 프로세서 아키텍처에 대한 지원, obsoleted했다. 새로운 일반적인 최적화 수준, - Ofast, 소개되었습니다. 확장 가능한 전체 프로그램 최적화 (WHOPR) 프로젝트를 사용할 수되는 지점으로 안정하고 있습니다. 많은 링크 - 시간과 interprocedural 최적화 개선되었다. 언어의 C 제품군에서 선택적으로 활성화 및 비활성화 경고에 ​​대한 지원이 추가되었습니다. 는 C + 공에 대한 실험적인 지원이 엑스뿐만 아니라 ISO C로 표준의 C1X의 개정, 개선되었습니다. 대부분의 C + +로 진단이 향상되었습니다. 다른 많은 개선되었다.
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

x86 - 64 (x86_64 새 링크 타임 최적화 LTO는 ( "- flto")도 여러 가지가 아닌 엘프 타겟에서 지원 지금, 즉 Cygwin (*-의 cygwin *)를, MinGW (*- mingw *), 그리고 다윈 - 사과 다윈은 *), LTO하지만 이러한 타겟에 대해 기본적으로 활성화되어 있지 않습니다. 수많은 사소한 버그가 수정되었습니다.
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

최적화는 인텔 아톰 프로세서 및 다른 프로세서에 대한 지원이 추가되었습니다 향상되었습니다. 의 MPC 라이브러리는 더 정확한 시간 산술 평가를 컴파일에 통합되었습니다. 새 링크 타임 최적화, 인터 절차 최적화 수 있도록 추가되었습니다. 많은 최적화가 개선되었다. 의 C 컴파일러는 이제 즉시 누락된 헤더 파일을 종료합니다. C + +0 실험에 대한 지원은 엑스 개선되었습니다. 실험적인 C + +의 프로필 모드가 추가되었습니다. 다른 많은 변경 사항이 있었다.
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