2 ! { dg-require-effective-target tls_runtime }
6 !$omp threadprivate (d)
7 end module threadprivate1
13 !$omp parallel num_threads (4) reduction (.or.:l)
14 d
= omp_get_thread_num () + 6.5
16 if (d
.ne
. omp_get_thread_num () + 6.5) l
= .true
.
21 ! { dg-final { cleanup-modules "threadprivate1" } }