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
PR target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr15959.f90
blob
c28dce5255e2aefe9375b49aded10d3644e09618
1
! { dg-do run }
2
! Test initializer of character array. PR15959
3
character
(*),
parameter
::
a
(
1
:
2
) = (/
'ab '
,
'abc'
/)
4
if
(
a
(
2
) .
ne
.
'abc'
)
call
abort
()
5
end