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 468FB3858D3C for ; Thu, 5 May 2022 15:59:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 468FB3858D3C 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="5.91,201,1647331200"; d="scan'208";a="75384582" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 05 May 2022 07:59:39 -0800 IronPort-SDR: XyWM91n6OlczULoPsFTkS/4SJKbkoUh31bXEyf0LcV0zoh8tYG3YQxVIFasaSXqNConIrpt1V5 6G9hsrRuBzFCVEGfg2vYCdbN5smsk4nquPvN/VOZuK6nCzlPg7tpCveXsVP9R+j2WwWNKWHKnx OKHe3Dh4hHYHTPvB+wwQsai5QPbkhV2lnJxMoIR8cSiz+yl+NoVW+es3V/TX7K1JYxyZtTvKYK ClTXQQKrJKd0Tg+L3UmTU7/QnFIjpzUs1+nOaR0EhkyR2mp2q/yY3muxV9GyT2U7nnY07xdO7L cNY= Date: Thu, 5 May 2022 16:59:25 +0100 From: Julian Brown To: Jakub Jelinek via Gcc-patches CC: Jakub Jelinek , Chung-Lin Tang Subject: Re: [PATCH, OpenMP, C/C++] Handle array reference base-pointers in array sections Message-ID: <20220505165925.4dee5ed7@squid.athome> In-Reply-To: References: <65e1462e-d17f-2975-1401-358fe9c69e28@codesourcery.com> <20220505124629.10ff0d33@squid.athome> Organization: Mentor Graphics X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-11.mgc.mentorg.com (147.34.90.211) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 05 May 2022 15:59:43 -0000 On Thu, 5 May 2022 14:40:38 +0200 Jakub Jelinek via Gcc-patches wrote: > On Thu, May 05, 2022 at 12:46:29PM +0100, Julian Brown wrote: > > All the above (at least) has been done as part of the patch series > > posted here: > > > > https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591973.html > > Ah, ok, so is this patch superseded by that series, or do you want to > apply it just to be removed again? Regarding this one (Chung-Lin's, not mine), I'm not sure -- I don't know if it addresses a problem that is still present with my patch series applied, nor do I know if my series and this patch have been tested together. We might need to do some work to integrate the bits, one way or the other. Thanks, Julian