6 ! Initialize before the checkpoint
, in case this produces any output
.
18 ! { dg
-output
"CheCKpOInT(\n|\r\n|\r)+" }
19 ! { dg
-output
"ERROR STOP SiGN(\n|\r\n|\r)+" }
21 ! In gfortran
's main program, libfortran's set_options is called
- which sets
22 ! compiler_options
.backtrace
= 1 by
default. For an offload libgfortran
, this
23 ! is never called and
, hence
, "Error termination." is never printed
. Thus
:
24 ! { dg
-output
"Error termination.*" { target
{ ! { openacc_nvidia_accel_selected || openacc_radeon_accel_selected
} } } }
27 ! { dg
-output
"libgomp: cuStreamSynchronize error.*" { target openacc_nvidia_accel_selected
} }
29 ! { dg
-shouldfail
"" }