URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [use_rename_4.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! PR fortran/37193! Check fix for problem with re-using the same symbol both renamed and! plain.MODULE mIMPLICIT NONEINTEGER :: iEND MODULE mPROGRAM mainUSE m, ONLY: i, j => iIMPLICIT NONEi = 4j = 5IF (i /= j) THENCALL abort ()END IFEND PROGRAM main! { dg-final { cleanup-modules "m" } }
