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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr22491.f
blob
70210f6b095c3730df3ac643ae28595c41b7ae13
1
!
PR fortran
/
21730
2
! {
dg
-
do
run
}
3
! {
dg
-
options
"-std=legacy"
}
4
!
5
character*2 a
(
1
)
6
character*4 b
(
1
)
7
character*6 c
8
parameter
(
a
=
"12"
)
9
parameter
(
b
=
a
)
10
write
(
c
,
'("#",A,"#")'
)
b
11
if
(
c
.
ne
.
'#12 #'
)
call
abort
12
end
13