URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [proc_ptr_comp_25.f90] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }!! PR 46060: [F03] procedure pointer component referenced without argument list!! Contributed by Stephen J. Bespalko <sjbespa@comcast.net>implicit noneabstract interfacefunction name_func (ivar) result (res)integer, intent(in) :: ivarcharacter(len=8) :: resend function name_funcend interfacetype var_typeprocedure(name_func), nopass, pointer :: nameend type var_typetype(var_type) :: varscharacter(len=8) namename = vars%name ! { dg-error "requires an argument list" }end
Go to most recent revision | Compare with Previous | Blame | View Log
