blob: 35310d14c528095a6b9e10358cefa15786b14ebd [file] [log] [blame]
! { dg-do compile }
! { dg-additional-options "-Wuninitialized" }
subroutine test
integer, pointer :: p
!$acc host_data use_device(p) ! { dg-warning "is used uninitialized" }
!$acc end host_data
end subroutine test