Develop and Download Open Source Software

gcc

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
2010-08-17 18:32
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.

Project Resources

http://freecode.com/urls/fae7d421f75617381df10cc3de92ff21
http://freecode.com/urls/c1bcca17da3b574626771e338de5d3cb
http://freecode.com/urls/136793b7d44e9c027bef7bef405aab0f
http://freecode.com/projects/gcc

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.