URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [character_select_1.f90] - Rev 303
Go to most recent revision | Compare with Previous | Blame | View Log
CHARACTER(LEN=6) :: C = "STEVEN"
SELECT CASE (C)
CASE ("AAA":"EEE")
CALL abort
CASE ("R":"T")
CONTINUE
CASE DEFAULT
CALL abort
END SELECT
END
Go to most recent revision | Compare with Previous | Blame | View Log