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/] [nested_array_constructor_5.f90] - Blame information for rev 322

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
 
3
! PR fortran/35846
4
! This used to ICE because the charlength of the trim-expression was
5
! NULL, but it is switched around to test for the right operand of // being
6
! not a constant, too.
7
 
8
implicit none
9
character(len=2) :: c(2)
10
 
11
c = 'a'
12
c = (/ (/ trim(c(1)), 'a' /) // (/ trim(c(1)), 'a' /) /)
13
 
14
print *, c
15
 
16
end

powered by: WebSVN 2.1.0

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