diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2019-11-11 09:50:29 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2019-11-11 09:50:29 +0100 |
commit | 6d4868f3a146a33f8ab13279d1705a3d5520b22d (patch) | |
tree | 50ebf37b12a4d0af6702ed4f9fa3bca0c06a52ff | |
parent | ad65b4272994a2d216b836f67fcad7727e219d62 (diff) | |
download | gcc-6d4868f3a146a33f8ab13279d1705a3d5520b22d.zip gcc-6d4868f3a146a33f8ab13279d1705a3d5520b22d.tar.gz gcc-6d4868f3a146a33f8ab13279d1705a3d5520b22d.tar.bz2 |
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
-rw-r--r-- | libgomp/ChangeLog | 7 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 | 2 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 | 2 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 | 2 |
4 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 067d247..0e73cad 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -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> * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c: diff --git a/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 b/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 index 6d794d7..5c42bee 100644 --- a/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 +++ b/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 @@ -1,3 +1,5 @@ +! { dg-do run } + ! Comprehensive run-time test for use_device_addr ! ! Tests array with array descriptor diff --git a/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 b/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 index 32dc92c..5e66a79 100644 --- a/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 +++ b/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 @@ -1,3 +1,5 @@ +! { dg-do run } + ! Comprehensive run-time test for use_device_addr ! ! Tests array with array descriptor diff --git a/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 b/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 index 6428beb..e5390e2 100644 --- a/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 +++ b/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 @@ -1,3 +1,5 @@ +! { dg-do run } + module target_procs use iso_c_binding implicit none (type, external) |