+2022-05-10 Thomas Schwinge <thomas@codesourcery.com>
+
+ Backport from mainline:
+ 2022-05-10 Thomas Schwinge <thomas@codesourcery.com>
+
+ * testsuite/libgomp.fortran/use_device_addr-5.f90: Fix up
+ multi-device testing.
+
2022-05-06 Marcel Vollweiler <marcel@codesourcery.com>
Backport from mainline:
aaa(:,:,:) = reshape ([(i, i = 1, size(aaa))], shape(aaa))
do i = 0, omp_get_num_devices()
- !$omp target data map(to: aaa)
+ !$omp target data map(to: aaa) device(i)
call test_addr (aaa, i)
call test_ptr (aaa, i)
!$omp end target data