aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/repeat_5.f90
blob: 48acea53f1c724ff58351598bafb79582232b30b (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
!
! PR32472 -- character literals were not implemented in REPEAT.
!
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
!
  CHARACTER(len=1025) :: string2 = repeat('?',1025)
  print *, string2
end