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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [initialization_1.f90] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 303 jeremybenn
! PR 15963 -- checks character comparison in initialization expressions
2
character(8), parameter :: a(5) = (/ "H", "E", "L", "L", "O" /)
3
call x(a)
4
contains
5
subroutine x(a)
6
character(8), intent(in) :: a(:)
7
integer :: b(count(a < 'F'))
8
if (size(b) /= 1) call abort()
9
end subroutine x
10
end

powered by: WebSVN 2.1.0

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