From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 7FE753856DF0; Fri, 6 May 2022 08:48:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7FE753856DF0 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 4A9781F8BD; Fri, 6 May 2022 08:48:07 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2E1C013AA2; Fri, 6 May 2022 08:48:07 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id skktCsfgdGKLTAAAMHmgww (envelope-from ); Fri, 06 May 2022 08:48:07 +0000 Date: Fri, 6 May 2022 10:48:06 +0200 (CEST) From: Richard Biener Reply-To: gcc@gcc.gnu.org To: gcc-announce@gcc.gnu.org cc: gcc@gcc.gnu.org, info-gnu@gnu.org Subject: GCC 12.1 Released Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-Mailman-Approved-At: Fri, 06 May 2022 08:56:05 +0000 X-BeenThere: gcc-announce@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-announce mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2022 08:48:09 -0000 The GCC developers are proud to announce another major GCC release, 12.1. This year we celebrated the 35th anniversary of the first GCC beta release and this month we will celebrate 35 years since the GCC 1.0 release! This release deprecates support for the STABS debugging format and introduces support for the CTF debugging format [1]. The C and C++ frontends continue to advance with extending support for features in the upcoming C2X and C++23 standards and the C++ standard library improves support for the experimental C++20 and C++23 parts. The Fortran frontend now fully supports TS 29113 for interoperability with C. GCC now understands clangs __builtin_shufflevector extension making it easier to share generic vector code. Starting with GCC 12 vectorization is enabled at the -O2 optimization level using the very-cheap cost model which puts extra constraints on code size expansion. On the security side GCC can now initialize stack variables implicitly using -ftrivial-auto-var-init to help tracking down and mitigating uninitialized stack variable flaws. The C and C++ frontends now support __builtin_dynamic_object_size compatible with the clang extension. The x86 backend gained mitigations against straight line speculation with -mharden-sls. The experimental Static Analyzer gained uninitialized variable use detection and many other improvements. The x86 backend gained support for AVX512-FP16 via _Float16. The BPF backend now supports CO-RE, the RISC-V backend gained support for many new ISA extensions. Some code that compiled successfully with older GCC versions might require source changes, see http://gcc.gnu.org/gcc-12/porting_to.html for details. See https://gcc.gnu.org/gcc-12/changes.html for more information about changes in GCC 12.1. This release is available from the WWW and FTP servers listed here: https://sourceware.org/pub/gcc/releases/gcc-12.1.0/ https://gcc.gnu.org/mirrors.html The release is in the gcc-12.1.0/ subdirectory. If you encounter difficulties using GCC 12.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 GCC would not be possible without support from its many contributors. Not only 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! ---- [1] See https://ctfstd.org/