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/] [where21.f90] - Rev 303
Compare with Previous | Blame | View Log
! { dg-do run }! Test fix for PR fortran/30207.program aimplicit noneinteger, parameter :: i(4) = (/ 1, 1, 1, 1 /)integer :: z(4) = (/ 1, 1, -1, -1 /)where(z < 0) z(:) = 1if (any(z /= i)) call abortend program a
