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
2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
same_name_1.f90
blob
cbeb875e36b3eabc376fd14ff482549740b64807
1
! { dg-do assemble }
2
module
n
3
private u
4
contains
5
subroutine
u
6
end subroutine
u
7
end module
n
8
module
m
9
private
::
u
10
contains
11
subroutine
u
12
end subroutine
u
13
end module
m