repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
C++: simplify output from suggest_alternatives_for
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.fortran
/
declare-target-1.f90
blob
fd9c26fde9555d9b9f8bf34711c9e25f1c23b157
1
! { dg-do run }
2
! { dg-additional-sources declare-target-2.f90 }
3
4
module
declare_target_1_mod
5
integer
::
var_x
6
!$omp declare target(var_x)
7
end module
declare_target_1_mod
8
9
interface
10
subroutine
foo
()
11
end subroutine
foo
12
end interface
13
14
call
foo
()
15
end