Re: [Patch, Fortran, OpenMP] Support OpenMP 5.0's use_device_addr

2019-10-02 Thread Jakub Jelinek
On Wed, Oct 02, 2019 at 11:59:46AM +0200, Tobias Burnus wrote: > This patch adds the first OpenMP 5 feature to gfortran – which is trivial as > it justs adds some parsing, the heavy lifting is already done in the middle > end. (Minus bugs.) > > Additionally, I add a check for "is_device_ptr" – whi

[Patch, Fortran, OpenMP] Support OpenMP 5.0's use_device_addr

2019-10-02 Thread Tobias Burnus
This patch adds the first OpenMP 5 feature to gfortran – which is trivial as it justs adds some parsing, the heavy lifting is already done in the middle end. (Minus bugs.) Additionally, I add a check for "is_device_ptr" – which is explicitly is specified in the OpenMP 4.5/5.0 spec. (i.e. dummy