URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [save_2.f90] - Rev 695
Compare with Previous | Blame | View Log
! PR fortran/18518program maincall foocall barcall fooend program mainsubroutine foointeger i,g,hdata i/0/equivalence (g,h)save gif (i == 0) theni = 1h = 12345end ifif (h .ne. 12345) call abortend subroutine foosubroutine barinteger a(10)a = 34end subroutine bar
