From: Thomas Schwinge Date: Mon, 11 Nov 2019 08:50:29 +0000 (+0100) Subject: Torture testing: 'libgomp.fortran/use_device_addr-3.f90', 'libgomp.fortran/use_device... X-Git-Tag: misc/cutover-git~1378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d4868f3a146a33f8ab13279d1705a3d5520b22d;p=thirdparty%2Fgcc.git 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 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 067d247da9ac..0e73cadb6cd0 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2019-11-11 Thomas Schwinge + + * 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 * 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 6d794d74cb3e..5c42bee718ce 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 32dc92c2ff4b..5e66a79da90b 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 6428beb357c8..e5390e27a512 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)