Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / gomp / omp_threadprivate2.f90
blobcd1ab5cd60a3fc248c78b3c568454e002c13573a
1 ! { dg-do compile }
2 ! { dg-require-effective-target tls }
3 subroutine bad1
4 double precision :: d ! { dg-error "isn't SAVEd" }
5 !$omp threadprivate (d)
6 end subroutine bad1