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.6.f90] - Blame information for rev 302

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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