URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [implicit.f90] - Rev 695
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
