OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [libgomp/] [testsuite/] [libgomp.fortran/] [appendix-a/] [a.26.1.f90] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 273 jeremybenn
! { dg-do run }
2
       PROGRAM A26
3
         INTEGER I, J
4
         I=1
5
         J=2
6
!$OMP PARALLEL PRIVATE(I) FIRSTPRIVATE(J)
7
           I=3
8
           J=J+2
9
!$OMP END PARALLEL
10
          PRINT *, I, J ! I and J are undefined
11
      END PROGRAM A26

powered by: WebSVN 2.1.0

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