URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [use_1.f90] - Rev 862
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! { dg-options "-ffixed-form" }
module foo
end module foo
subroutine bar1
usefoo
end
! { dg-final { cleanup-modules "iso_fortran_env" } }
Go to most recent revision | Compare with Previous | Blame | View Log