Re: [PATCH 4/4] [og8] Add tests for Fortran optional arguments in OpenACC 2.6

2019-01-31 Thread Kwok Cheung Yeung
The use_device_ptr patch (which needed reviewing) is needed for that test. I bundled all the new tests into one commit, but forgot to exclude that particular test. I will post and push that patch a little later. Kwok On 31/01/2019 5:20 pm, Thomas Schwinge wrote: Hi Kwok! On Wed, 30 Jan 2019

Re: [PATCH 4/4] [og8] Add tests for Fortran optional arguments in OpenACC 2.6

2019-01-31 Thread Thomas Schwinge
Hi Kwok! On Wed, 30 Jan 2019 22:24:48 +, Kwok Cheung Yeung wrote: > diff --git > a/libgomp/testsuite/libgomp.oacc-fortran/optional-host_data.f90 > b/libgomp/testsuite/libgomp.oacc-fortran/optional-host_data.f90 > new file mode 100644 I'm seeing this one fail at run time: "libgomp: use_dev

[PATCH 4/4] [og8] Add tests for Fortran optional arguments in OpenACC 2.6

2019-01-30 Thread Kwok Cheung Yeung
libgomp/ * testsuite/libgomp.oacc-fortran/optional-cache.f95 * testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90 * testsuite/libgomp.oacc-fortran/optional-data-copyin.f90 * testsuite/libgomp.oacc-fortran/optional-data-copyout.f90 * tes