Re: [Patch] OpenMP: Permit in Fortran omp target data without map

2020-07-29 Thread Jakub Jelinek via Gcc-patches
On Wed, Jul 29, 2020 at 02:57:25PM +0200, Tobias Burnus wrote: > I have missed this OpenMP 5 feature already a couple of > times myself ... > (The other related OpenMP 5 feature is that 'map(x) use_device_ptr(x)' > is permitted on the same directive; but that already works and > is tested for in th

[Patch] OpenMP: Permit in Fortran omp target data without map

2020-07-29 Thread Tobias Burnus
I have missed this OpenMP 5 feature already a couple of times myself ... (The other related OpenMP 5 feature is that 'map(x) use_device_ptr(x)' is permitted on the same directive; but that already works and is tested for in the large use_device*.f90 libgomp tests.) OK? Tobias -