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.7.f90] - Rev 694

Compare with Previous | Blame | View Log

! { dg-do compile }
      SUBROUTINE A11_7(AA, BB, CC, N)
      INTEGER N
      REAL AA(N), BB(N), CC(N)
!$OMP PARALLEL
!$OMP WORKSHARE
            AA(1:50) = BB(11:60)
            CC(11:20) = AA(1:10)
!$OMP END WORKSHARE
!$OMP END PARALLEL
      END SUBROUTINE A11_7

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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