Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
data_implied_do_2.f90
blob: 97674410d966ca4e9ec09e81a9909d8f8041ff2d [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR fortran
/
84134
-
this
used to ICE
.
!
Test
case
by
Gerhard
Steinmetz
program p
integer
::
i
,
x
(
3
)
data
(
x
(
i
+
1
:
i
+
2
:
i
),
i
=
0
,
1
)
/
1
,
2
,
3
/
!
{
dg
-
error
"Nonconstant array section"
}
end