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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.11.4.f90] - Blame information for rev 551

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
 
3
      SUBROUTINE A11_4(AA, BB, CC, DD, EE, FF, GG, HH, N)
4
      INTEGER N
5
      REAL AA(N,N), BB(N,N), CC(N,N)
6
      REAL DD(N,N), EE(N,N), FF(N,N)
7
      REAL GG(N,N), HH(N,N)
8
!$OMP PARALLEL
9
!$OMP WORKSHARE
10
            AA = BB
11
            CC = DD
12
            WHERE (EE .ne. 0) FF = 1 / EE
13
            GG = HH
14
!$OMP END WORKSHARE
15
!$OMP END PARALLEL
16
      END SUBROUTINE A11_4

powered by: WebSVN 2.1.0

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