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.dg/] [pure_formal_proc_1.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }! Test fix for PR30034 in which the legal, pure procedure formal! argument was rejected as an error.!! Contgributed by Troban Trumsko <trumsko@yahoo.com>!pure subroutine s_one ( anum, afun )integer, intent(in) :: anuminterfacepure function afun (k) result (l)implicit noneinteger, intent(in) :: kinteger :: lend function afunend interfaceend subroutine s_one
