OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [repeat_6.f90] - Blame information for rev 302

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.