Skip gnat.dg/prot7.adb on hppa.
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-fortran / deep-copy-6-no_finalize.F90
blob1daff2dadf1167b13614365f80b88a82cc707a2b
1 ! { dg-do run }
3 /* Nullify the 'finalize' clause.
5    That means, we do not detach properly, the host sees a device pointer, and
6    we fail as follows.
7    { dg-output "STOP 30(\n|\r\n|\r)+" { target { ! openacc_host_selected } } }
8    { dg-shouldfail "" { ! openacc_host_selected } }
9 */
10 #define finalize
11 #include "deep-copy-6.f90"