URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [proc_decl_20.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR fortran/36463! Gfortran used to fail on this testcase with:! gfc_get_default_type(): Bad symbol '@0'!! Original program by James Van Buskirk! Reduced by Janus Weil <janus@gcc.gnu.org>module other_funinterfacefunction abstract_fun(x)integer xinteger abstract_fun(x)end function abstract_funend interfaceend module other_funprogram fptruse other_funprocedure(abstract_fun) :: funend program fptr! { dg-final { cleanup-modules "other_fun" } }
