URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [entry_5.f90] - Rev 149
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log