URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [entry_5.f90] - Rev 816
Compare with Previous | Blame | View Log
! { dg-do compile }
! PR 24008
! an argument list to the entry is required
REAL FUNCTION funct()
funct = 0.0
RETURN
!
ENTRY enter RESULT (answer) ! { dg-error "Unclassifiable statement" }
answer = 1.0
RETURN
END FUNCTION funct