From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id BB11E3858CDA; Wed, 26 Apr 2023 08:20:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BB11E3858CDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id E6E092197F; Wed, 26 Apr 2023 08:20:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1682497242; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=ZIb6JLtGWWrRGH36G9rNRVr+1NMBbzOWNj5mVxKXiEs=; b=dbMrvLeKNsmt1llCPG2spDljrWwoqdS238fmJeq2aDVivp5sTDludyfQ+KrdqIGAaMQalu edqEbBC+rTRCcs1ejIhBCLf657SJ0HirHEEGLuMnGXv4b1KqQ9r5G5CMGUL+nCN6b5QrPC 98/TxqNoOYaZ2UggaYlm6NwedGcfzLg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1682497242; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=ZIb6JLtGWWrRGH36G9rNRVr+1NMBbzOWNj5mVxKXiEs=; b=5iXqRJkpRZJ8gSIj1zOuF0G7bruTjsWuj4NP92zKjs9/TC5IYk/mWWGcY69Zu2jC8OhGLE PQpQycoRL5HkJyAQ== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id D89FF2C141; Wed, 26 Apr 2023 08:20:42 +0000 (UTC) Date: Wed, 26 Apr 2023 08:20:42 +0000 (UTC) From: Richard Biener Reply-To: gcc@gcc.gnu.org To: gcc-announce@gcc.gnu.org, gcc@gcc.gnu.org, info-gnu@gnu.org Subject: GCC 13.1 Released Message-ID: User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.0 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The GCC developers are proud to announce a new major GCC release, 13.1. This release integrates a frontend for the Modula-2 language which was previously available separately and lays foundation for a frontend for the Rust language which will be available in a future release. Support for emitting the STABS debugging format was removed. GCC supports DWARF in almost all configurations. The C frontend got support for several C23 features, the C++ frontend for C++23 features. The C++ standard library experimental support for C++20 and C++23 was enhanced. For the C family of languages you can now use -fstrict-flex-arrays[=level] to control the behavior for the various legacy forms of specifying flexible array members. GCCs static analyzer has been greatly improved with 20 new diagnostic kinds. Link-time optimization now makes automatic use of GNU makes jobserver when that supports named pipes which it does starting with version 4.4. It is no longer required to alter makefiles. Support for new CPU features in the ARM, x86 family, RISC-V and LoongArch were added. Notably RISC-V supports vector intrinsics as specified in the 0.11 specification and OpenMP/OpenACC offloading to AMD Instinct MI200 series devices has been added. Some code that compiled successfully with older GCC versions might require source changes, see http://gcc.gnu.org/gcc-13/porting_to.html for details. See https://gcc.gnu.org/gcc-13/changes.html for more information about changes in GCC 13.1. This release is available from the WWW and FTP servers listed here: https://sourceware.org/pub/gcc/releases/gcc-13.1.0/ https://gcc.gnu.org/mirrors.html The release is in the gcc-13.1.0/ subdirectory. If you encounter difficulties using GCC 13.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!