URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [where_12.f90] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
! Check empty WHEREs work
program where_12
integer :: a(5)
a = (/1, 2, 3, 4, 5/)
where (a .eq. 1)
endwhere
end program
Go to most recent revision | Compare with Previous | Blame | View Log