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.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [pr36726.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! PR middle-end/36726
2
! { dg-do compile }
3
! { dg-options "-fopenmp" }
4
 
5
subroutine foo
6
  integer, allocatable :: vs(:)
7
  !$omp parallel private (vs)
8
  allocate (vs(10))
9
  vs = 2
10
  deallocate (vs)
11
  !$omp end parallel
12
end subroutine foo
13
subroutine bar
14
  integer, allocatable :: vs(:)
15
  !$omp parallel private (vs)
16
  allocate (vs(10))
17
  vs = 2
18
  deallocate (vs)
19
  !$omp end parallel
20
end subroutine bar

powered by: WebSVN 2.1.0

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