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 929C43858CDB for ; Thu, 4 May 2023 10:04:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 929C43858CDB 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 C7710209D8; Thu, 4 May 2023 10:04:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683194651; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9xeZd40ka428cg4ENQcgLQkgishcEQB3BfI4YJvg470=; b=BortciA0gQqQN6gJgD6i87zWkN8MRsfxC75G5q++iXdlXYoZl0eBujzGVxROQi3NsVxDco Ojj5AdjHP06LdVCP2yNJR7sFgdAi2v//JVzRaDF4RsVzDYTOTNSf18/XPgKYweX6Wmp4GQ hPQ2yk1NVg1snVYXE4pzM1atQG60So4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683194651; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9xeZd40ka428cg4ENQcgLQkgishcEQB3BfI4YJvg470=; b=835VIym3H+6ccCfKfH6y27csczCPdmqs+Q1iE+D/vMTM50rhNQZZ+AiZQKT8IMGYV75vDo 25T7EYxumc8tsFBQ== 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 3594E2C141; Thu, 4 May 2023 10:04:10 +0000 (UTC) Date: Thu, 4 May 2023 10:04:11 +0000 (UTC) From: Richard Biener To: Martin Uecker cc: gcc-patches@gcc.gnu.org Subject: Re: Re: GCC 12.2.1 Status Report (2023-05-02), branch frozen for release In-Reply-To: <05d57b8b887a55a3e3e8ecb8fb4afc7d6b793175.camel@tugraz.at> Message-ID: References: <54af3c875c6837d1f05e9a42957655524b9b6621.camel@tugraz.at> <05d57b8b887a55a3e3e8ecb8fb4afc7d6b793175.camel@tugraz.at> User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1609957120-783471178-1683194651=:4466" 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: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1609957120-783471178-1683194651=:4466 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Thu, 4 May 2023, Martin Uecker wrote: > Am Donnerstag, dem 04.05.2023 um 09:53 +0000 schrieb Richard Biener: > > On Thu, 4 May 2023, Martin Uecker wrote: > > > > > > > > Can I please get permission for fixing this ICE? > > > > > > https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616221.html > > > > Please wait until after the branch is unfrozen. When patches were > > approved for trunk and they are regressions there's no further > > approval needed to backport them (but of course bootstrap & testing > > is required on the branches backported to). > > Ok, thanks - good to know! Next time I just push important > fixes for regressions approved for trunk. But does this mean > we need to wait for about a year to get this fix into 12?  > This would be a bit unfortunate for this problem I think. You have to wait about a year to have a released compiler based on 12 with the fix, yes. But most people use snapshots from the respective branches anyway. Richard. ---1609957120-783471178-1683194651=:4466--