aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc/pr85702.f90
blob: 7488618f37d07adfa428371ef6e180da73051bc3 (plain)
1
2
3
4
5
6
! PR fortran/85702
! { dg-do compile }

subroutine s
  !$acc wait(*) ! { dg-error "Invalid argument to ..ACC WAIT" }
end