URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [strcmp.f90] - Rev 303
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
