aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/gomp/free-1.f90
blob: f6f9de4441bc6b8bf22a7a087b13648ae0927e38 (plain)
1
2
3
4
5
6
7
8
! { dg-require-effective-target tls }

subroutine foo
integer, save :: i ! Some comment
!$omp threadpri&
      !$omp&vate (i)
i = 1
end subroutine