On Fri, 18 Aug 2023 15:47:51 -0700 Julian Brown wrote: > This patch has been separated out from the C++ "declare mapper" > support patch. It contains just the gimplify.cc rearrangement > work, mostly moving gimplification from gimplify_scan_omp_clauses > to gimplify_adjust_omp_clauses for map clauses. Here's a rebased version of this one. A few changes were needed due to post-review fixes for earlier patches in the series. Re-tested with offloading to NVPTX & bootstrapped. Thanks, Julian