tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gfortran.dg / gomp / pr107214-2.f90
blobda47e40f359b25f82fc29d34ef8a94239f13952a
1 integer :: y
3 !$omp target has_device_addr(y) firstprivate(y) ! { dg-error "Symbol 'y' present on multiple clauses" }
4 !$omp end target
6 end