URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [strcmp.f90] - Rev 695
Compare with Previous | Blame | View Log
program testimplicit nonecharacter(len=20) :: foofoo="hello"if (llt(foo, "hello")) call abortif (.not. lle(foo, "hello")) call abortif (lgt("hello", foo)) call abortif (.not. lge("hello", foo)) call abortif (.not. llt(foo, "world")) call abortif (.not. lle(foo, "world")) call abortif (lgt(foo, "world")) call abortif (lge(foo, "world")) call abortend
