From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 2D6823858C5F for ; Fri, 26 May 2023 20:12:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2D6823858C5F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.00,195,1681200000"; d="scan'208";a="7596118" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 26 May 2023 12:12:25 -0800 IronPort-SDR: PcQ+1etSGyav7CTiSlIjGYsov8I+BeZzzW4pmU3Sav591nAHZKPXhP1X6kbCMirs/LDx7bfNC/ y//HkftyB8/G/qUaQmXa8wPyN/x+8I5j7LIx5hsXqJ/gpp9MWzjWOq8DS9h9iF54rgoOcm8W4A O+HqMowGwKmzoKCwx3QfLFB5SNWov67pMHfghtyX/xkC28N1uR5QYgjJvVcnrHAKIRjIdJU0UE vzGelMUOi5BWKezAUCzAcpcp5Qr/7B2RiPgYl24JMrYBI14+fg9v+dnoWz/ysIiZsRWWbNXyFM 0aY= Date: Fri, 26 May 2023 20:12:20 +0000 From: Joseph Myers To: Qing Zhao CC: "richard.guenther@gmail.com" , "jakub@redhat.com" , "gcc-patches@gcc.gnu.org" , "keescook@chromium.org" , "siddhesh@gotplt.org" , "uecker@tugraz.at" Subject: Re: [V8][PATCH 2/2] Update documentation to clarify a GCC extension [PR77650] In-Reply-To: <1E042AB0-2EEA-4D58-B9FC-CFB96AF73717@oracle.com> Message-ID: <1451f6c4-c1e0-b866-eb38-6bccc9ba4ca7@codesourcery.com> References: <20230525152821.2989599-1-qing.zhao@oracle.com> <20230525152821.2989599-3-qing.zhao@oracle.com> <6947A316-211A-466C-8F63-FDD81FBF970F@oracle.com> <1E042AB0-2EEA-4D58-B9FC-CFB96AF73717@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-14.mgc.mentorg.com (139.181.222.14) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3106.4 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no 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 Fri, 26 May 2023, Qing Zhao via Gcc-patches wrote: > Another question: is it better for me to rearrange the Patch 1/2 and Patch 2/2 a little bit, > to put the FE , doc change and corresponding testing case together into one patch, (you have approved the FE part of change in Patch 1/2). > and then the mid-end change to tree-ojbect-size.cc and the corresponding testing cases to another patch? I don't really see this patch as needing to be split up into multiple parts at all. -- Joseph S. Myers joseph@codesourcery.com