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
/
pr71688.f90
blob
dbb6d185cf46e050060b8f6f77433c7cfa9d36bc
1
! { dg-do compile }
2
! { dg-options "-fcoarray=lib" }
3
4
program
p
5
call
s
6
contains
7
subroutine
s
8
real
::
x
[*] =
1
9
block
10
end
block
11
x
=
2
12
end
13
end