Restore "dg-do run" directives for libgomp.oacc-fortran/declare-*.f90
libgomp/ * testsuite/libgomp.oacc-fortran/declare-1.f90: Restore "dg-do run" directive. * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise. * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise. * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise. * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise. From-SVN: r253808
This commit is contained in:
parent
d6808f215e
commit
933ab0e61c
6 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2017-10-17 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.oacc-fortran/declare-1.f90: Restore "dg-do
|
||||
run" directive.
|
||||
* testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
|
||||
* testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
|
||||
* testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
|
||||
* testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
|
||||
|
||||
2017-10-16 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.oacc-c-c++-common/declare-1.c: Don't require
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
! { dg-do run }
|
||||
! { dg-skip-if "" { *-*-* } { "-DACC_MEM_SHARED=1" } }
|
||||
|
||||
! Tests to exercise the declare directive along with
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! { dg-do run }
|
||||
|
||||
module globalvars
|
||||
implicit none
|
||||
integer a
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
! { dg-do run }
|
||||
! { dg-skip-if "" { *-*-* } { "-DACC_MEM_SHARED=1" } }
|
||||
|
||||
module globalvars
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! { dg-do run }
|
||||
|
||||
module vars
|
||||
implicit none
|
||||
real b
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! { dg-do run }
|
||||
|
||||
module vars
|
||||
implicit none
|
||||
real b
|
||||
|
|
Loading…
Add table
Reference in a new issue