On Mon, Sep 19, 2022 at 08:40:34PM +0100, Julian Brown wrote:
> On Wed, 14 Sep 2022 15:24:12 +0200
> Jakub Jelinek <[email protected]> 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?
Ok, thanks.
Jakub