blob: 3112afd1bf1695c555f45a7e38923b6daf942e32 [file] [log] [blame]
! { dg-do compile }
! { dg-require-effective-target tls_native }
subroutine bad1
double precision :: d ! { dg-error "isn't SAVEd" }
!$omp threadprivate (d)
end subroutine bad1