This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch][fortran,omp-low.c] Fix OpenMP's use_device_ptr clause with array descriptors


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]