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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr29713.f90
blob
e60904395aebc484051f7719606ffbd3687050f5
1
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
!
4
character
*
2
a
5
character
*
4
b
6
parameter
(
a
=
"12"
)
7
parameter
(
b
=
a
(
1
:
2
))
8
end