Retro68/gcc/libgomp/testsuite/libgomp.oacc-fortran/abort-1.f90

13 lines
176 B
Fortran
Raw Normal View History

2015-08-28 15:33:40 +00:00
program main
implicit none
2017-04-10 11:32:00 +00:00
print *, "CheCKpOInT"
2015-08-28 15:33:40 +00:00
!$acc parallel
call abort
!$acc end parallel
end program main
2017-04-10 11:32:00 +00:00
! { dg-output "CheCKpOInT" }
! { dg-shouldfail "" }