OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [simpleif_1.f90] - Rev 149

Go to most recent revision | Compare with Previous | Blame | View Log

! { dg-do run }
! PR 17074
! Verifies that FORALL and WHERE after a simple if work.
DIMENSION ia(4,4)
logical,dimension(4,4) :: index

if (.true.) forall (i = 1:4, j = 1:4) ia(i,j) = 1
if (any (ia.ne.1)) CALL abort()

index(:,:)=.false.
index(2,3) = .true.

if (.true.) where (index) ia = 2
if (ia(2,3).ne.2) call abort()

end

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.