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 B53E13858D28 for ; Thu, 2 Nov 2023 07:01:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B53E13858D28 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 B53E13858D28 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=1698908509; cv=none; b=GrUkXNA+55La8gO0DbUN3R2TlAnPxDYUSMFzEE0qKagZ8CJehiwKZjwb+zBJDMPtccyrDvLtwsSimvLWuU9FOce2zntMyVAXZ7jDw7EPmf32VHSF34RjxknVwwj0Z8YBeq9VLzesZR190m4Pt/BwHMwIU2Sk+4aqTGOV/gCU12w= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698908509; c=relaxed/simple; bh=8KVqkwN/St9nmxJVKUJGEqnhI4n73uq2E26GoXqQev4=; h=DKIM-Signature:Date:To:From:Subject:Message-ID:MIME-Version; b=H2BF8HHvb3ZXjSB/xcQoILQN4jKld9t7Mxdg50pl9UPMW0EaQ1v3WdlyiBivM7rHpC4s2Q/W6rBbywxrIEu1JXv+PaT6oxtytwpJVNMXtmZEioYMCUyAV5R8BB0xynBsiRdIM9Ix8a+ZdL0K9T4aW9AJM+C5TgkvRdZsrmI+wUY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1698908497; x=1699167697; bh=8KVqkwN/St9nmxJVKUJGEqnhI4n73uq2E26GoXqQev4=; 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=YY2bydwzc8KsXwA1hyeQDF2wKqLJA/0tw9Sh8Lb4axR0Bh0ClcC6f+NjQMKIfJLQV s0igh63a2AVGWZz9k+wXa4z2VUDK3rSw2KVpi8JmORoCnyolO+ehfkKEALmMdWODPD vbIOHyaznHGrdFzLSnx7u5fTjjQGuPrVH+DHSHawa0PyX6ep4pPv77bicQYjPZPhXV pH9Zb9sQO3DmLjHp2RcYCoPykBNbsjsarFpSC67EcKlzWNzPMvwkGqvsKHWUvqWn39 CecH+etTyO/Ac9XlAsKmRoyFYewIX5Cb9sY7QdiuCr5MCAzsDbWuxNUoyoxQBFZC+W ZMZC4AJOdedGw== Date: Thu, 02 Nov 2023 07:01:26 +0000 To: waffl3x From: waffl3x Cc: Jason Merrill , "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH v3 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609] Message-ID: In-Reply-To: References: =?us-ascii?Q?____<1fdadb6b-e4ca-40c1-bb1c-43a0f42826ba@redhat.com>__<635f5d6d-2807-4dff-8a37-73d323d6ea97@redhat.com>__<9YnRZJPkB8KCk8R86UDwWBoNnmOEAir4IU4enb1qIGgVdkB6dwy76ClgAzwpPqpToQ9sLTBs50EIRwhivBJU6RAFfLt-fjJxdYTZ35YVFWA=3D@protonmail.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=-2.9 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,TO_EQ_FM_DIRECT_MX,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 problem with operators is fixed, now starts a long period of testing. It's been so long since I've gotten to this part that I almost forgot that I have to do it :'). When/if regtests and bootstrap all pass I will format the patch and submit it. ------- Original Message ------- On Wednesday, November 1st, 2023 at 5:15 PM, waffl3x wrote: >=20 >=20 > Just want to quickly check, when is the cutoff for GCC14 exactly? I > want to know how much time I have left to try to tackle this bug with > subscript. I'm going to be crunching out final stuff this week and I'll > try to get a (probably non-final) patch for you to review today. >=20 > Alex