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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
repeat_5.f90
blob
48acea53f1c724ff58351598bafb79582232b30b
1
! { dg-do compile }
2
!
3
! PR32472 -- character literals were not implemented in REPEAT.
4
!
5
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
6
!
7
CHARACTER
(
len
=
1025
) ::
string2
=
repeat
(
'?'
,
1025
)
8
print
*,
string2
9
end