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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gfortran.dg
/
named_interface.f90
blob
90fea809fb0c984d57d48ad52fdde3247271e341
1
! { dg-do compile }
2
! PR 20363
3
module
snafu
4
interface
foo
5
subroutine
really_snafu
(
foo
)
6
integer
,
intent
(
inout
) ::
foo
7
end subroutine
really_snafu
8
end interface
foo
9
end module
snafu