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] - Rev 303
Compare with Previous | Blame | View Log
implicit integer(a), logical(b-c), real(d-y), integer(z)a = 1_4b = .true.c = bd = 1.0e2y = dz = aend! test prompted by PR 16161! we used to match "character (c)" wrongly in the below, confusing the parsersubroutine bimplicit character (c)end
