blob: dc858653808b0a0425ffa00a03d21c7e9bf1e82a [file] [log] [blame]
! { dg-do compile }
subroutine s
integer :: i, j
!$acc parallel loop tile(2,3)
do i = 1, 10
do j = 1, 10
do
end do
end do
end do
!$acc end parallel loop
end subroutine s