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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
generic_2.f90
blob
802e966c4baf32a71cfa08f1a99317f9c7e1b72e
1
! { dg-do compile }
2
! testcase from PR 17583
3
module
bidon
4
5
interface
6
subroutine
drivexc
(
nspden
,
rho_updn
)
7
integer
,
intent
(
in
) ::
nspden
8
integer
,
intent
(
in
) ::
rho_updn
(
nspden
)
9
end subroutine
drivexc
10
end interface
11
12
end module
bidon
13
14
subroutine
nonlinear
(
nspden
)
15
16
use
bidon
17
18
integer
,
intent
(
in
) ::
nspden
19
20
end subroutine
nonlinear