view gcc/testsuite/gfortran.dg/repeat_5.f90 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

! { 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