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
Merge from mainline.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
spec_expr_2.f90
blob
5b0500d735b17d237d0c6393920b6f54b3ba7246
1
! { dg-do compile }
2
! PR 22273: Allow INTENT(OUT) dummy:s as arguments to LEN() in specification
3
! expr:s
4
subroutine
lecligne
(
ligne
)
5
character
(
len
=*),
intent
(
out
) ::
ligne
6
character
(
len
=
len
(
ligne
)) ::
comment
7
end subroutine
lecligne