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.fortran-torture/] [compile/] [implicit.f90] - Blame information for rev 404

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

Line No. Rev Author Line
1 303 jeremybenn
implicit integer(a), logical(b-c), real(d-y), integer(z)
2
a = 1_4
3
b = .true.
4
c = b
5
d = 1.0e2
6
y = d
7
z = a
8
end
9
! test prompted by PR 16161
10
! we used to match "character (c)" wrongly in the below, confusing the parser
11
subroutine b
12
implicit character (c)
13
end

powered by: WebSVN 2.1.0

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