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 A60653858C66; Mon, 8 May 2023 12:52:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A60653858C66 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 CC565220AE; Mon, 8 May 2023 12:52:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683550327; 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=7b25YQE8h6m6DOEtJ0KxMnRE1vY5sIM867CiALpnfFU=; b=RqtUKMsRvb4t4q1SzyMin4Ngcz/MG0q1qrCTls18HMK1NbUV32zPWBmjttFVfI83Bfg7Q0 S/NGJdQHw75mpUGtr0JlZwJ2Ef1fuVb+3XrfZCLqJVbS5bs6UCTgW0nEczIm3hmiyv2YWD hIGRtVqtcPb8VPG7BxMt1N3tdJwn65U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683550327; 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=7b25YQE8h6m6DOEtJ0KxMnRE1vY5sIM867CiALpnfFU=; b=aQgiODF5EqYDhbVo2CDUK0wFkBfiTc6P9Ee6sKVZCWEnIy38kYT3iJ0lhq83UbjCiEGD+7 dlecbhq7shzl+vCg== 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 BD8312C141; Mon, 8 May 2023 12:52:07 +0000 (UTC) Date: Mon, 8 May 2023 12:52:07 +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 12.3 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 GNU Compiler Collection version 12.3 has been released. GCC 12.3 is the first bug-fix release from the GCC 12 branch containing important fixes for regressions and serious bugs in GCC 12.2 with more than 127 bugs fixed since the previous release. This release is available from the WWW servers listed here: https://sourceware.org/pub/gcc/releases/gcc-12.3.0/ https://gcc.gnu.org/mirrors.html Please do not contact me directly regarding questions or comments about this release. Instead, use the resources available from http://gcc.gnu.org. As always, a vast number of people contributed to this GCC release -- far too many to thank them individually!