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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.37.2.f90] - Blame information for rev 827

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

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do compile }
2
      SUBROUTINE WORK(I)
3
        INTEGER I
4
        I=I+1
5
      END SUBROUTINE WORK
6
      SUBROUTINE CORRECT()
7
        INTEGER OMP_GET_THREAD_NUM
8
        INTEGER I
9
!$OMP PARALLEL PRIVATE(I)
10
          I = OMP_GET_THREAD_NUM()
11
          CALL WORK(I)
12
!$OMP END PARALLEL
13
      END SUBROUTINE CORRECT

powered by: WebSVN 2.1.0

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