Torture testing: 'libgomp.fortran/use_device_addr-3.f90', 'libgomp.fortran/use_device_addr-4.f90', 'libgomp.fortran/use_device_ptr-1.f90'

libgomp/
	* testsuite/libgomp.fortran/use_device_addr-3.f90: Specify 'dg-do
	run'.
	* testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise.
	* testsuite/libgomp.fortran/use_device_ptr-1.f90: Likewise.

From-SVN: r278044
This commit is contained in:
Thomas Schwinge 2019-11-11 09:50:29 +01:00 committed by Thomas Schwinge
parent ad65b42729
commit 6d4868f3a1
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2019-11-11 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.fortran/use_device_addr-3.f90: Specify 'dg-do
run'.
* testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise.
* testsuite/libgomp.fortran/use_device_ptr-1.f90: Likewise.
2019-11-06 Thomas Schwinge <thomas@codesourcery.com> 2019-11-06 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c: * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c:

View File

@ -1,3 +1,5 @@
! { dg-do run }
! Comprehensive run-time test for use_device_addr ! Comprehensive run-time test for use_device_addr
! !
! Tests array with array descriptor ! Tests array with array descriptor

View File

@ -1,3 +1,5 @@
! { dg-do run }
! Comprehensive run-time test for use_device_addr ! Comprehensive run-time test for use_device_addr
! !
! Tests array with array descriptor ! Tests array with array descriptor

View File

@ -1,3 +1,5 @@
! { dg-do run }
module target_procs module target_procs
use iso_c_binding use iso_c_binding
implicit none (type, external) implicit none (type, external)