URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [interface_20.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! PR33162 INTRINSIC functions as ACTUAL argument! Test case adapted from PR by Jerry DeLisle <jvdelisle@gcc.gnu.org>module mimplicit nonecontainssubroutine sub(a)interfacefunction a()real :: aend function aend interfaceprint *, a()end subroutine subend module muse mimplicit noneintrinsic coscall sub(cos) ! { dg-error "wrong number of arguments" }end! { dg-final { cleanup-modules "m" } }
