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
/
pr59706.f90
blob
64a7de5d965c079492fc1d54b481dc388d8b1381
1
! PR middle-end/59706
2
! { dg-do compile }
3
4
integer
i
5
do
concurrent
(
i
=
1
:
2
)
6
end do
7
contains
8
subroutine
foo
9
end
10
end