From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) by sourceware.org (Postfix) with ESMTPS id 789763858C66 for ; Tue, 9 Jan 2024 21:26:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 789763858C66 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 789763858C66 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=185.70.43.16 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704835577; cv=none; b=WcuoisEosZaCYhFhwQl9K1kPE+osOv2033vXpCtUo9QIWi1kHTLmvXSMdNcXbhCkC3zlHWhyHZh4Hl3C341cJiJWcxZhjDGzeCXknjccb57YiBDSEI/wziM81RTvF30+rst3fq57SkfSLS2KyjiOVBEc3sgUiaDrFh82sR0PbIg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704835577; c=relaxed/simple; bh=RDwAtpZehNFAJNNIPtiP0yeLGCYZZ4DT1MKrPJh8wuw=; h=DKIM-Signature:Date:To:From:Subject:Message-ID:MIME-Version; b=u+noi7sZG9vMi3aIB5szeCIgJ4cGt5rAWyhM4HoJTHNMdh2M5EjEGNfQCtJvmbGbOuwu7+U3VFp/5Of3BzPFdS/R83OIqiLEIgSK+10g2HIaXl1y0jWNkJHOfnj2H7s8JVcPWKGnHdPXzCtdPDA6Z2XAZxAImd24FM8iMsWJU6o= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1704835574; x=1705094774; bh=RDwAtpZehNFAJNNIPtiP0yeLGCYZZ4DT1MKrPJh8wuw=; 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=P80eUC4GroPDjvddMw2HNY8Ml+eEUB2qDNA1S4YamRL2nmkhSng0bJ11QbraKzONh dV5RmrjWFXxhVZPjD7Ctz/UiEtS9S9HUjz7EZ7G1wUZh7Sjr+GLmfg2pjMV07Ipyel Ici3S5qXGF05weBRzB7DXGsMBFwlMn3ofpZlGx+9HO3IJ6ch5u0Z0JkkcehSf8slpi Gb1smEX6UR/dqHZlPXZiDcHSxH8kMhG/w5g23HzP9p0LaGAlhGTp6t+01zvwRr461K 6sddlnoA1OUoHBBaWL83b0uLy3UCO/JVz4vnnE8AuGTy6F3rxoeWXxSAUOx9J4Y8Xs 1WgBzptJBEiiw== Date: Tue, 09 Jan 2024 21:26:06 +0000 To: Jason Merrill From: waffl3x Cc: "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH v8 1/4] c++: P0847R7 (deducing this) - prerequisite changes. [PR102609] Message-ID: <1hk9uIATEZSnRUJT907LyqRXQgSM6i1sj8o4g4wpOLKaMm_D0RO5TcS6gy_v6iOB0er-LHbuNeyF8ehbO-rAMXNdPuAx3DFakIY0cvtZPD0=@protonmail.com> In-Reply-To: <2270f47c-f117-46a7-863e-f4cbfe03925b@redhat.com> References: <2270f47c-f117-46a7-863e-f4cbfe03925b@redhat.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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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 Tuesday, January 9th, 2024 at 1:58 PM, Jason Merrill = wrote: >=20 >=20 > On 1/6/24 19:00, waffl3x wrote: >=20 > > Bootstrapped and tested on x86_64-linux with no regressions. > >=20 > > I'm considering this finished, I have CWG2586 working but I have not > > included it in this version of the patch. I was not happy with the > > amount of work I had done on it. I will try to get it finished before > > we get cut off, and I'm pretty sure I can. I just don't want to risk > > missing the boat for the whole patch just for that. > >=20 > > There aren't too many changes from v7, it's mostly just cleaned up. > > There are a few though, so do take a look, if there's anything severe I > > can rush to fix it if necessary. > >=20 > > That's all, hopefully all is good, fingers crossed. >=20 >=20 > Great. Given where we are in the release cycle, I'm thinking to put > these with only minimal changes and then do any further adjustments > afterward. >=20 > For this first one, I needed to fix the commit message to wrap at 75 > columns so that it fits in 80 columns with the initial padding added by > 'git log'. I also needed to adjust the ChangeLog entry to please git > gcc-verify. And I changed the credit note to a Co-authored-by. >=20 > The other commit messages only needed wrapping. >=20 > Thanks! >=20 > Jason Sounds good to me, it's been a pleasure working with you. If there's anything you would like me to do differently for future patches just let me know. For now, I think I will take a break. Alex