[committed][RISC-V][PR target/114139] Verify we have a CONST_INT before extracting...
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-fortran / abort-1.f90
blob70c05d7d3c1aa8309257b0bc09b19cf83132dee8
1 ! { dg-do run }
3 ! Verify that an unconditional "call abort" inside an OpenACC parallel region
4 ! does the right thing.
6 program main
7 implicit none
9 print *, "CheCKpOInT"
10 !$acc parallel
11 call abort
12 !$acc end parallel
14 end program main
16 ! { dg-output "CheCKpOInT" }
17 ! { dg-shouldfail "" }