blob: 442724fea83880393897c54bce772caa1220d940 [file] [log] [blame]
! PR fortran/102313
!$acc end ATOMIC ! { dg-error "Unexpected !.ACC END ATOMIC" }
!$acc end DATA ! { dg-error "Unexpected !.ACC END DATA" }
!$acc end HOST DATA ! { dg-error "Unclassifiable OpenACC directive" }
!$acc end KERNELS ! { dg-error "Unexpected !.ACC END KERNELS" }
!$acc end KERNELS LOOP ! { dg-error "Unexpected !.ACC END KERNELS LOOP" }
!$acc end LOOP ! { dg-error "Unexpected !.ACC END LOOP" }
!$acc end PARALLEL ! { dg-error "Unexpected !.ACC END PARALLEL" }
!$acc end PARALLEL LOOP ! { dg-error "Unexpected !.ACC END PARALLEL LOOP" }
!$acc end SERIAL ! { dg-error "Unexpected !.ACC END SERIAL" }
!$acc end SERIAL LOOP ! { dg-error "Unexpected !.ACC END SERIAL LOOP" }
end