URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [initialization_8.f90] - Rev 414
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! PR fortran/31639 -- ICE on invalid initialization expression
function f()
integer :: i = irand() ! { dg-error "not permitted in an initialization expression" }
f = i
end function
Go to most recent revision | Compare with Previous | Blame | View Log