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.

2010-04-18 04:46 Back to release list
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