From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) by sourceware.org (Postfix) with ESMTPS id CCB723858CD1 for ; Sun, 7 Jan 2024 23:40:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CCB723858CD1 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=protonmail.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CCB723858CD1 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=185.70.40.131 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704670813; cv=none; b=knnMnbZc+xJjJJi6TU22er6/yhInQT/RIREpMM0OLp16Tv5meN5TmTHlAeKOJGvqP6ioHTv+3lM8YurDbKELt6yzuk4cLmV7nXN3kob2lXItKHs7WA5vWbwX1n/wjIWYvneQlKiKoUp5GB52j3Z9BurM1TYYqZiZXechJ2joGCE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704670813; c=relaxed/simple; bh=ySLcUWbFQlj1TSkkapRlv/Jal4PfE26tZFoXVczHGes=; h=DKIM-Signature:Date:To:From:Subject:Message-ID:MIME-Version; b=VjM+iBVfmknCGtZuqOAnG/SB4SF2giovSVtmVHYuciqGsfoHuBHLg+tGT7uqj7rmsCbW0Ezb+4xipXSDKu4Tjddm+SoRrqmrPyreSxHVWoLLO9Cx5lXw+Fw9f3m+PfgHZY+1JORHxwdcqQO/X8JcpaY3ZemTb4ms3yo2JN7RzL0= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1704670809; x=1704930009; bh=ySLcUWbFQlj1TSkkapRlv/Jal4PfE26tZFoXVczHGes=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=gri9WbfZouJnyDrSi+FTm9ekHW1QmPc4xdSC4k1uIWS/M9FlVLdufxO+PE/t4at+j 9R7sEm0/WxHNVXD7duRKakMzDgXqIU4wP1nX/pDKi9ttlb2GBT2vrCHsO+lpmoUrvQ shS6wLgmCg3vyn0Q5duUBIv0CBr9yxA5pjBh5ZL8Wwd0ABRrA1mDleBl8X/godgC9V b1DSyfEDxYzebDVSed+jtxn20pmqQbpSMF7ceHZi1rAtE6oMyBSWS1qHrmrrKDIBgN iX4sW0MZIEiiuqZhI/8VITABQWWvdvlAZXHHqYAKQ/aYH/xEuwM52Y644WwWqpWlwA tURl2vTCspAyA== Date: Sun, 07 Jan 2024 23:39:53 +0000 To: Jakub Jelinek From: waffl3x Cc: Jeff Law , "gcc@gcc.gnu.org" Subject: Re: Stage 4 date Message-ID: In-Reply-To: References: <56f14678-20d5-4cff-85b5-7a12c13ef22f@gmail.com> Feedback-ID: 14591686:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,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: On Sunday, January 7th, 2024 at 3:22 PM, Jakub Jelinek w= rote: >=20 >=20 > On Sun, Jan 07, 2024 at 03:12:32PM -0700, Jeff Law via Gcc wrote: >=20 > > On 1/7/24 08:48, waffl3x via Gcc wrote: > >=20 > > > https://gcc.gnu.org/develop.html#timeline > > > The date for stage 4 is listed as the 8th on here, is that date final= ? > > > There is at least 1 patch pending (mine) that is complete but Jason > > > Merril hasn't been active for a few days. He had expressed to me that > > > he expected the date to be next week on the 14th. Is it possible to > > > push back the date for stage 4 a little bit? I've been working hard o= n > > > my patch and would be very disappointed if it did not make it in for > > > GCC14. >=20 > > Note there is generally allowances made for patches that were posted be= fore > > the deadline, but are still going through the review/iterate process. >=20 >=20 > Also, not really sure why the stage 4 start is relevant to this patch, > it is a new feature, not a bug fix, which admittedly had some versions > posted already during stage 1, so if Jason accepts it soon I have no prob= lem > with it getting in (in fact I'd appreciate if it got in soon), but end of > stage 3 is deadline for patches which are fixing bugs but not regression = bugs. >=20 > Jakub Gotcha, in addition to the other clarifications that were made on IRC this makes sense. I was worried over nothing! Everything has been submitted in s= o I think it should be in soon. Thanks for the responses, and all the patience I've been shown the past mon= ths. Alex