Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
pointer_to_substring.f90
blob: 054a29d56bbfd043d5908424c64a4ff7378ee02a [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR36724
-
ICE on pointer to substring
!
testcase contributed
by
Loukas
Peristeras
.
character
(
LEN
=
132
),
target
::
line
character
(
LEN
=
1
),
pointer
::
t
read
(*,
'(A)'
)
line
t
=>
line
(
1
:
1
)
end