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.0rc3/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.11.5.f90] - Blame information for rev 581

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
        SUBROUTINE A11_5(AA, BB, CC, DD, N)
3
        INTEGER N
4
        REAL AA(N,N), BB(N,N), CC(N,N), DD(N,N)
5
        INTEGER SHR
6
!$OMP PARALLEL SHARED(SHR)
7
!$OMP WORKSHARE
8
            AA = BB
9
            SHR = 1
10
            CC = DD * SHR
11
!$OMP END WORKSHARE
12
!$OMP END PARALLEL
13
      END SUBROUTINE A11_5
14
 

powered by: WebSVN 2.1.0

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