From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73030 invoked by alias); 22 Apr 2015 15:57:08 -0000 Mailing-List: contact gcc-announce-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-announce-owner@gcc.gnu.org Received: (qmail 70204 invoked by uid 89); 22 Apr 2015 14:38:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Date: Wed, 22 Apr 2015 15:57:00 -0000 From: Jakub Jelinek To: gcc-announce@gcc.gnu.org Subject: GCC 5.1 Released Message-ID: <20150422143846.GI1725@tucnak.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015/txt/msg00000.txt.bz2 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!