Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
associate_33.f03
blob: a4fcfd6f2a1a571125b61593ba8cfeb5f50f182b [
file
] [
log
] [
blame
]
!
{
dg
-
do
run
}
!
!
Test
the fix
for
PR83898
.
f90
!
!
Contributed
by
G
Steinmetz
<
gscfq@t
-
online
.
de
>
!
program p
associate
(
x
=>
[
'1'
,
'2'
])
if
(
any
(
x
.
ne
.
[
'1'
,
'2'
]))
STOP
1
end
associate
end