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/] [gomp/] [appendix-a/] [a.11.7.f90] - Blame information for rev 302

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
      SUBROUTINE A11_7(AA, BB, CC, N)
3
      INTEGER N
4
      REAL AA(N), BB(N), CC(N)
5
!$OMP PARALLEL
6
!$OMP WORKSHARE
7
            AA(1:50) = BB(11:60)
8
            CC(11:20) = AA(1:10)
9
!$OMP END WORKSHARE
10
!$OMP END PARALLEL
11
      END SUBROUTINE A11_7

powered by: WebSVN 2.1.0

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