From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52b.google.com (mail-pg1-x52b.google.com [IPv6:2607:f8b0:4864:20::52b]) by sourceware.org (Postfix) with ESMTPS id 45FF73851C39 for ; Wed, 24 Mar 2021 16:12:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 45FF73851C39 Received: by mail-pg1-x52b.google.com with SMTP id u19so14937398pgh.10 for ; Wed, 24 Mar 2021 09:12:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=JXxpqdn3MdjHvWXerseDCpoF3KAZP4kouAQfu+ycOVk=; b=s+LSboJM3c+tC1dhZB/FykMrAFVUr1ox7kg+dby6lj3oCnnoY/IyXs7J+6qig/P1Cb x16jiHa6HZumDZzKPgqM0PujwckMbQbJ+5M1UafDNFEsqPPYZqSsWxEAm60qdlNZSguQ 0l1qM4a/Il4kOhoV7R6nD3krLVABxYzI7zg7QGLJkktQKuvVu/U/V7KasRhxTU2aIFxj CqErrG/Ycl7crkUOxNpuLwdyJPxoxRcjsdLCIJprjLJEDJEy/Svq9MIVCJGE9abk5kRQ lyTxDQdDC6aBQPV7w1lQuGAc8DzIxxza/M200v3wzhfRXLV7ndS0uty2ZadL5cO8vzUR 5Q/A== X-Gm-Message-State: AOAM53078Ra4Qe0iGnOgq6/bND6iNk0fx9zDd73R8MqdT0m8gdo3OPVp IDhgAxUHRJ/ugQSsWkI6Plj1h8edRi8qgg== X-Google-Smtp-Source: ABdhPJw5RzI9cgGDRi4VE2YlW6VoaJ0vm3on1+WzfwDE1JdvTYbKaVL9DzO7U8b+wLePemk1up8ILg== X-Received: by 2002:aa7:8e0d:0:b029:214:a511:d88b with SMTP id c13-20020aa78e0d0000b0290214a511d88bmr3713699pfr.2.1616602363911; Wed, 24 Mar 2021 09:12:43 -0700 (PDT) Received: from [192.168.1.28] (65-130-77-186.slkc.qwest.net. [65.130.77.186]) by smtp.gmail.com with ESMTPSA id w79sm3105485pfc.87.2021.03.24.09.12.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 24 Mar 2021 09:12:43 -0700 (PDT) Subject: Re: Patch ping To: gcc-patches@gcc.gnu.org References: <20210324114436.GH186063@tucnak> From: Jeff Law Message-ID: <2ce0cf47-7d2c-7f2e-134c-01d6e367631c@gmail.com> Date: Wed, 24 Mar 2021 10:12:42 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210324114436.GH186063@tucnak> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_LINKBAIT3, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2021 16:12:46 -0000 On 3/24/2021 5:44 AM, Jakub Jelinek via Gcc-patches wrote: > Hi! > > I'd like to ping the > https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566821.html > P1 PR99565 fix. > > Marek has acked the gcc/c/ and gcc/c-family/ part of that patch, but it still > has gcc/cp/ and gcc/ parts that weren't acked. > If you have suggestions for better OEP_* flag name, I can change it. Once Martin and you agree on a name, this is fine with the name update [if any]. Jeff