Computersnyou

GCC 4.7 is released, Turns 25 Years Old

Posted on  3/22/2012

gcc 4.7



Hello developers out there we have a news for your favorite  compiler GCC . GCC4.7.0 is released today .


for newbies : 
GCC used to stand for the GNU C Compiler, but since the compiler supports several other languages aside from C, it now stands for the GNU Compiler Collection.



GCC 4.7 will be found in Fedora 17, openSUSE 12.2, and other upcoming distributions sans Ubuntu 12.04. GCC 4.7 can also be built from source on your respective software platform and architecture.


Highlights


GCC 4.7.0 is a major release, containing substantial new functionality not available in GCC 4.6.x or previous GCC releases.


GCC 4.7 features support for software transactional memory on selected architectures. The C++ compiler supports a bigger subset of the new ISO C++11 standard such as support for atomics and the C++11 memory model, non-static data member initializers, user-defined literals, alias-declarations, delegating constructors, explicit override and extended friend syntax. The C compiler adds support for more features from the new ISO C11 standard. GCC now supports version 3.1 of the OpenMP specification for C, C++ and Fortran.


The link-time optimization (LTO) framework has seen improvements with regards to scalability, stability and resource needs. Inlining and inter-procedural constant propagation have been improved.


GCC 4.7 now supports various new GNU extensions to the DWARF debugging information format, like entry value and call site information, a typed DWARF stack and a more compact macro representation.


Extending the widest support for hardware architectures in the industry, GCC 4.7 gains support for Adapteva’s Epiphany processor, National Semiconductor’s CR16, and TI’s C6X as well as Tilera’s TILE-Gx and TILEPro families of processors. The x86 family support has been extended by the Intel Haswell and AMD Piledriver architectures. ARM has gained support for the Cortex-A7 family.


see full list of changes



if you want to checkout developers version
checkout using svn client


svn checkout svn://gcc.gnu.org/svn/gcc/trunk GCC


sourcevia  


  • Home
  • About