Add OpenACC 'acc_map_data' variant to 'libgomp.oacc-c-c++-common/deep-copy-8.c' (was: [PATCH 11/13] OpenACC 2.6 deep copy: C and C++ execution tests)

2023-10-31 Thread Thomas Schwinge
Hi! On 2019-12-17T22:04:54-0800, Julian Brown wrote: > This patch has been broken out of the "OpenACC 2.6 manual deep copy > support" patch, [...] > This part adds C and C++ execution tests to libgomp. Pushed to master branch commit 3e888f94624294d2b9b34ebfee0916768e5d9c3f "Add OpenACC

Fix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep-copy-{7, 8}.c' (was: [PATCH 11/13] OpenACC 2.6 deep copy: C and C++ execution tests)

2020-06-04 Thread Thomas Schwinge
Hi! On 2019-12-17T22:04:54-0800, Julian Brown wrote: > This part adds C and C++ execution tests to libgomp. Spotted the following while looking into/for something else: > --- /dev/null > +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-7.c > @@ -0,0 +1,45 @@ > +struct dc > +{ > +

[PATCH 11/13] OpenACC 2.6 deep copy: C and C++ execution tests

2019-12-17 Thread Julian Brown
This patch has been broken out of the "OpenACC 2.6 manual deep copy support" patch, last posted here: https://gcc.gnu.org/ml/gcc-patches/2019-11/msg02376.html This part adds C and C++ execution tests to libgomp. Tested alongside other patches in this series with offloading to NVPTX. OK?