Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
coarray_dependency_1.f90
blob: dc4cbacba1eaff81741dff0c042e72f391a00378 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-fcoarray=lib -lcaf_single"
}
!
!
Check
that reffing x on both sides of a coarray send does
not
ICE
.
!
PR
85507
program check_dependency
integer
::
x
[*]
x
[
42
]
=
x
end
program check_dependency