On 09/25/2018 05:55 PM, Julian Brown wrote: > On Tue, 7 Aug 2018 15:09:38 -0700 > Cesar Philippidis <cesar_philippi...@mentor.com> wrote: > >> I had previously posted this patch as part of a monster deviceptr >> patch here >> <https://gcc.gnu.org/ml/gcc-patches/2018-06/msg01911.html>. This >> patch breaks out the generic gimplifier changes. Essentially, with >> this patch, the gimplifier will now transfer deviceptr data clauses >> using GOMP_MAP_FORCE_DEVICEPTR. >> >> Is this patch OK for trunk? It bootstrapped / regression tested >> cleanly for x86_64 with nvptx offloading. > > This patch also appears to fix the attached test case, which had been > associated with a different deviceptr-related patch on the og8 branch > (the other parts of which are upstream already). Perhaps you'd like to > incorporate this test into your patch? It was by James Norris > originally, IIUC.
Ok, I'll do that. Thanks for updating those tests. Cesar