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 F2D203858D37 for ; Fri, 21 Apr 2023 07:47:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F2D203858D37 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 225431FDE1 for ; Fri, 21 Apr 2023 07:47:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1682063252; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=POapxljCG0ghJMlu3RcN45P0hr20cHcElZaZEduoN0g=; b=jZ6WziD+aHuBMvprUuJAUHZx7Ey6JrarDSlcaTEFyidaHvZ9tev7cbG/pQS0ZMvrbTD61R Mwc3OwGWwAAecnq9hJ43i1u4/KZt03MGRqtDRRnbBp66CiVlvoXJTz0CRYkymajwPKcEba sfNfdqnDxwZJ50+DUfUeF3cX191vrZA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1682063252; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=POapxljCG0ghJMlu3RcN45P0hr20cHcElZaZEduoN0g=; b=D9V0L5mJa1f+nt6JR7eY3g+VCkbNpmsThuAnCl14gGV/7U7RvAy0quw5VRHWTRxvdxLEko i6vvCFxSdwy3SSBA== 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 0F5082C15B for ; Fri, 21 Apr 2023 07:47:32 +0000 (UTC) Date: Fri, 21 Apr 2023 07:47:31 +0000 (UTC) From: Richard Biener To: gcc@gcc.gnu.org Subject: Third GC 13.1 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 third release candidate for GCC 13.1 is available from https://gcc.gnu.org/pub/gcc/snapshots/13.1.0-RC-20230421/ ftp://gcc.gnu.org/pub/gcc/snapshots/13.1.0-RC-20230421/ and shortly its mirrors. It has been generated from git commit r13-7231-gf980561c60b044. It contains a fix for https://gcc.gnu.org/PR109564 which we introduced late by improving a fix for an issue in the same area. It also contains a fix for https://gcc.gnu.org/PR109556. I have so far bootstrapped and tested the release candidate on x86_64-linux. Please test it and report any issues to bugzilla. If all goes well, we'd still like to release 13.1 on Wednesday, April 26th.