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++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
interface_40.f90
blob
085c6b30f3946ec5681d26343352fb0e447cce12
1
! { dg-do compile }
2
! PR fortran/78814
3
! Code contributed by Gerhard Steinmetz
4
program
p
5
class
(*) ::
x
! { dg-error " must be dummy, allocatable or pointer" }
6
print
*,
f
(
x
)
7
end
8