From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id EB9F13858D33 for ; Fri, 5 May 2023 06:35:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EB9F13858D33 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-out2.suse.de (Postfix) with ESMTP id 139EC1FD86 for ; Fri, 5 May 2023 06:35:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683268514; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=SrsADUmZnmVRvWoxVIZs7DNbkr2A7gjI9svH1czBKQE=; b=deuCdv9KkC33n5ZcT8P0JCXV7Y0aSg8q7N9EcH1wnveHm6ZDjRZhL8vmynAFwz/UpTUKeu /ME5fZQL3yYP506couceRX01pQolXUCwDwQhYoD2biz0KTpztEYU21DKqe5t6t5rjSPbJk KUqDev4B1SkxSGDchNK0KN9sAGFtnXA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683268514; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=SrsADUmZnmVRvWoxVIZs7DNbkr2A7gjI9svH1czBKQE=; b=ueA1PG32LfgYp5iDAi8kduRvekDudF1DcKUbPI2lxYpwhk7cbHQwpqI9sqRI/L+M7NQBo8 l1UT6kfhbE4DShDw== 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 000942C141 for ; Fri, 5 May 2023 06:35:13 +0000 (UTC) Date: Fri, 5 May 2023 06:35:13 +0000 (UTC) From: Richard Biener To: gcc@gcc.gnu.org Subject: Second GCC 12.3 Release Candidate available from gcc.gnu.org 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 second release candidate for GCC 12.3 is available from https://gcc.gnu.org/pub/gcc/snapshots/12.3-RC-20230505/ and shortly its mirrors. It has been generated from git commit r12-9512-g27432426d24cf0. The fix for PR106890 caused PR109666 and was reverted. A read from uninitialized _M_string_length as part of an added assertion to libstdc++ was fixed (PR109703). A similar issue in the C++ frontend during gimplification was fixed as well. I have so far bootstrapped and tested the release candidate on x86_64-unknown-linux-gnu. Please test it and report any issues to bugzilla. If all goes well, we'd still like to release 12.3 on Tuesday, May 9th.