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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.11.6.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 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.