On Wed, 14 Sep 2022 15:24:12 +0200 Jakub Jelinek wrote: > On Tue, Sep 13, 2022 at 02:03:18PM -0700, Julian Brown wrote: > > This patch is an extension and rewrite/rethink of the following two > > patches: > > > > "OpenMP/OpenACC: Add inspector class to unify mapped address > > analysis" > > https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591977.html > > > > "OpenMP: Handle reference-typed struct members" > > https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591978.html Here's a new version with some review comments addressed, rebased and with some adjustments to tests etc., necessary because of tweaks to earlier patches. Re-tested with offloading to NVPTX. OK? Thanks, Julian