OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [simpleif_1.f90] - Blame information for rev 302

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
! PR 17074
3
! Verifies that FORALL and WHERE after a simple if work.
4
DIMENSION ia(4,4)
5
logical,dimension(4,4) :: index
6
 
7
if (.true.) forall (i = 1:4, j = 1:4) ia(i,j) = 1
8
if (any (ia.ne.1)) CALL abort()
9
 
10
index(:,:)=.false.
11
index(2,3) = .true.
12
 
13
if (.true.) where (index) ia = 2
14
if (ia(2,3).ne.2) call abort()
15
 
16
end

powered by: WebSVN 2.1.0

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