On 11/14/19 5:47 PM, Andrew Stubbs wrote:
This patch adds new libgomp tests to ensure that C "printf" and Fortran "write" work correctly within offload kernels. Both should work for amdgcn, but nvptx uses the libgfortran "minimal" mode which lacks "write" support.
Can't you add something like: ! { dg-do run { target { ! { openacc_nvidia_accel_selected } } } } ! For openacc_nvidia_accel_selected, there is no I/O support. To avoid FAILs? Cheers, Tobias