aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2019-11-11 08:50:29 +0000
committerThomas Schwinge <thomas@codesourcery.com>2019-11-11 08:50:29 +0000
commit6090d37234440f01962a57f7c178fa97e3c5c036 (patch)
tree50ebf37b12a4d0af6702ed4f9fa3bca0c06a52ff /libgomp
parentedd51f1c93ef04e490499139fbe54736f4472a00 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@278044 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog7
-rw-r--r--libgomp/testsuite/libgomp.fortran/use_device_addr-3.f902
-rw-r--r--libgomp/testsuite/libgomp.fortran/use_device_addr-4.f902
-rw-r--r--libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f902
4 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 067d247da9a..0e73cadb6cd 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 6d794d74cb3..5c42bee718c 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 32dc92c2ff4..5e66a79da90 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 6428beb357c..e5390e27a51 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)