blob: 873eea70a769b5525e85938c2962dccc9046d3e7 [file] [log] [blame]
! { dg-do compile }
! { dg-additional-options "-Wuninitialized" }
subroutine test
integer :: i
!$acc host_data use_device(i) ! { dg-warning "is used uninitialized in this function" }
!$acc end host_data
end subroutine test