Hi all,found bug in the run test of the patch (pending review) – fixing it still passes (with nvptx):
On 9/27/19 4:52 PM, Tobias Burnus wrote: libgomp/testsuite/libgomp.fortran/use_device_ptr1.f90 […] + call use_device_ptr_sub(arg2_AA, arg2_BB, arg2_CC, arg2_DD, arg2_EE, arg2_FF, AptrA, BptrB, N) (3rd last line): This should call "...sub2" (i.e. use_device_ptr_sub2) and not "…sub" a second time! Cheers, Tobias