Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gfortran.dg / gomp / omp_threadprivate2.f90
blob3112afd1bf1695c555f45a7e38923b6daf942e32
1 ! { dg-do compile }
2 ! { dg-require-effective-target tls_native }
3 subroutine bad1
4 double precision :: d ! { dg-error "isn't SAVEd" }
5 !$omp threadprivate (d)
6 end subroutine bad1