mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 06:14:10 +08:00
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:
parent
ad65b42729
commit
6d4868f3a1
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user