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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 735 jeremybenn
! { dg-do run }
2
! { dg-require-effective-target tls_runtime }
3
!$ use omp_lib
4
 
5
  integer, save, allocatable :: a(:, :)
6
  logical :: l
7
!$omp threadprivate (a)
8
  if (allocated (a)) call abort
9
  l = .false.
10
!$omp parallel copyin (a) num_threads (4) reduction(.or.:l)
11
  l = l.or.allocated (a)
12
!$omp end parallel
13
  if (l.or.allocated (a)) call abort
14
end

powered by: WebSVN 2.1.0

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