This is the mail archive of the gcc-announce@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC 5.1 Released


One year passed from the time when the last major version
of the GNU Compiler Collection has been announced, so it is the time again
to announce a new major GCC release, 5.1.

GCC 5.1 is a major release containing substantial new
functionality not available in GCC 4.9.x or previous GCC releases.

The C++ front-end now has full C++14 language support and the Standard C++
Library has full C++11 support and experimental full C++14 support.
The full C++11 support has been made possible by adopting Dual ABI,
see https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
for more details.

The C front-end now defaults to C11 mode with GNU extensions, which
affects semantics of the inline keyword and brings several other
user visible changes, see https://gcc.gnu.org/gcc-5/porting_to.html
for more details.

GCC 5.1 contains various interprocedural optimization improvements, e.g.
a new IPA Identical Code Folding pass and various LTO improvements, e.g.
ODR based merging of C++ types, see
http://hubicka.blogspot.cz/2015/04/GCC5-IPA-LTO-news.html for more details.

The GCC 5.1 Local Register Allocator now contains a rematerialization subpass,
on i?86/x86-64 is able to reuse the PIC hard register to improve performance
of position independent code, there is a simple interprocedural RA pass and
various other register allocation improvements were added.

GCC 5.1 adds partial support for the OpenACC standard, support for OpenMP 4.0
offloading to Intel's upcoming Xeon Phi accelerators and support for OpenACC
offloading to PTX.  The Undefined Behavior Sanitizer in GCC has been extended
by adding various new runtime checks.  An experimental GCC JIT library has
been added in GCC 5.1.

See

  https://gcc.gnu.org/gcc-5/changes.html

for more information about changes in GCC 5.1.

Note that the GCC versioning scheme changed recently, next major
release next year will be called GCC 6.1, next minor, bugfixing release
from the GCC 5 branch tentatively planned for end of June or July will be
GCC 5.2.  See https://gcc.gnu.org/develop.html#num_scheme for details.

This release is available from the FTP servers listed here:

 http://www.gnu.org/order/ftp.html

The release is in gcc/gcc-5.1.0/ subdirectory.

If you encounter difficulties using GCC 5.1, please do not contact me
directly.  Instead, please visit http://gcc.gnu.org for information
about getting help.

Driving a leading free software project such as GNU Compiler Collection
would not be possible without support from its many contributors.
Not to only mention its developers but especially its regular testers
and users which contribute to its high quality.  The list of individuals
is too large to thank individually!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]