'libgomp.oacc-fortran/derivedtypes-arrays-1.f90' OpenACC 'serial' construct diagnostic for nvptx offloading
Fixup for recent commit d28f3da11d
"openacc: Fix
lowering for derived-type mappings through array elements". With nvptx
offloading we see the usual:
[...]/libgomp.oacc-fortran/derivedtypes-arrays-1.f90: In function 'MAIN__._omp_fn.0':
[...]/libgomp.oacc-fortran/derivedtypes-arrays-1.f90:90:40: warning: using vector_length (32), ignoring 1
libgomp/
* testsuite/libgomp.oacc-fortran/derivedtypes-arrays-1.f90:
OpenACC 'serial' construct diagnostic for nvptx offloading.
This commit is contained in:
parent
a29124d282
commit
8bafce1be1
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ end do
|
|||
!$acc data copyin(var3%t2(5)%t1%arr1)
|
||||
|
||||
!$acc serial present(var3%t2(5)%t1%arr1)
|
||||
! { dg-warning "using vector_length \\(32\\), ignoring 1" "" { target openacc_nvidia_accel_selected } .-1 }
|
||||
var3%t2(5)%t1%arr1(:,:) = 6
|
||||
!$acc end serial
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue