OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [repeat_6.f90] - Blame information for rev 316

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
!
3
! PR34559 -- ICE on empty string literals
4
!
5
! Contributed by Tobias Burnus 
6
!
7
 
8
  character(len=200) :: string = "a" // repeat ("", 3)       &
9
                                     // repeat ("xxx", 0)    &
10
                                     // repeat ("string", 2)
11
 
12
  if (string /= "astringstring") CALL abort()
13
end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.