repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix gcc.c-torture/execute/ieee/cdivchkf.c on hpux
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.oacc-fortran
/
abort-1.f90
blob
70c05d7d3c1aa8309257b0bc09b19cf83132dee8
1
! { dg-do run }
2
!
3
! Verify that an unconditional "call abort" inside an OpenACC parallel region
4
! does the right thing.
5
6
program
main
7
implicit none
8
9
print
*,
"CheCKpOInT"
10
!$acc parallel
11
call
abort
12
!$acc end parallel
13
14
end program
main
15
16
! { dg-output "CheCKpOInT" }
17
! { dg-shouldfail "" }