aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc/routine-5.f90
diff options
context:
space:
mode:
authorMichael Meissner <meissner@linux.vnet.ibm.com>2016-03-30 22:07:45 +0000
committerMichael Meissner <meissner@linux.vnet.ibm.com>2016-03-30 22:07:45 +0000
commit8445c9b065c2cf5fc637caf86d1a20493135af79 (patch)
treeb29e4d12674c675286e1c2fb04cfdb97fb17cd83 /gcc/testsuite/gfortran.dg/goacc/routine-5.f90
parentc0c667a4e2cb1c2c64348d890a2a2d2119c3d103 (diff)
parent5416ccc1643061d74894c51c8a98adde9ab22417 (diff)
Merge up to 234598
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ibm/pre-gcc7@234601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/goacc/routine-5.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/goacc/routine-5.f904
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/goacc/routine-5.f90 b/gcc/testsuite/gfortran.dg/goacc/routine-5.f90
index 68c51496866..5037a31a6b4 100644
--- a/gcc/testsuite/gfortran.dg/goacc/routine-5.f90
+++ b/gcc/testsuite/gfortran.dg/goacc/routine-5.f90
@@ -5,6 +5,7 @@ module param
end module param
subroutine gang (a)
+ use param
!$acc routine gang
integer, intent (inout) :: a(N)
integer :: i
@@ -31,6 +32,7 @@ subroutine gang (a)
end subroutine gang
subroutine worker (a)
+ use param
!$acc routine worker
integer, intent (inout) :: a(N)
integer :: i
@@ -57,6 +59,7 @@ subroutine worker (a)
end subroutine worker
subroutine vector (a)
+ use param
!$acc routine vector
integer, intent (inout) :: a(N)
integer :: i
@@ -83,6 +86,7 @@ subroutine vector (a)
end subroutine vector
subroutine seq (a)
+ use param
!$acc routine seq
integer, intent (inout) :: a(N)
integer :: i