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.fortran-torture/] [execute/] [where_13.f90] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
! Check empty WHERE and empty ELSEWHERE works
program where_13
integer :: a(5)
a = (/1, 2, 3, 4, 5/)
where (a .eq. 2)
elsewhere
endwhere
end program
Go to most recent revision | Compare with Previous | Blame | View Log