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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [initialization_1.f90] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
! 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.