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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgomp/] [testsuite/] [libgomp.fortran/] [appendix-a/] [a.33.3.f90] - Blame information for rev 735

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 735 jeremybenn
! { dg-do compile }
2
 
3
      FUNCTION NEW_LOCK()
4
      USE OMP_LIB       ! or INCLUDE "omp_lib.h"
5
        INTEGER(OMP_LOCK_KIND), POINTER :: NEW_LOCK
6
!$OMP SINGLE
7
          ALLOCATE(NEW_LOCK)
8
          CALL OMP_INIT_LOCK(NEW_LOCK)
9
!$OMP END SINGLE COPYPRIVATE(NEW_LOCK)
10
      END FUNCTION NEW_LOCK

powered by: WebSVN 2.1.0

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