From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 6DDD7385843C for ; Mon, 4 Oct 2021 16:00:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6DDD7385843C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mXQNj-0000A7-8a for gcc-patches@gcc.gnu.org; Mon, 04 Oct 2021 17:59:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gcc-patches@gcc.gnu.org From: Julian Brown Subject: Re: [PATCH 8/8] OpenMP 5.0: [WIP, RFC] Clause ordering for OpenMP 5.0 (topological sorting by base pointer) Date: Mon, 4 Oct 2021 16:59:44 +0100 Organization: Siemens Message-ID: <20211004165944.5df014bf@squid.athome> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Jakub Jelinek In-Reply-To: X-Newsreader: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP 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: Mon, 04 Oct 2021 16:00:01 -0000 On Wed, 11 Aug 2021 09:59:35 -0700 Julian Brown wrote: > This patch reimplements the omp_target_reorder_clauses function in > anticipation of supporting "deeper" struct mappings (that is, with > several structure dereference operators, or similar). FWIW, this patch has been superseded by the following: https://gcc.gnu.org/pipermail/gcc-patches/2021-October/580724.html from the series posted starting from here: https://gcc.gnu.org/pipermail/gcc-patches/2021-October/580721.html HTH, Julian