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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
argument_checking_16.f90
blob
75b2eced122f23143c583163772f92e21ef5a019
1
! { dg-do compile }
2
! PR fortran/35152 - implicit procedure with keyword=argument
3
4
external
bar
5
6
call
bar
(
a
=
5
)
! { dg-error "requires explicit interface" }
7
call
foo
(
a
=
5
)
! { dg-error "requires explicit interface" }
8
end
9