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/] [save_2.f90] - Rev 303
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
