OSDN Git Service

* trans.c (trans_code): Set backend locus early.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / gomp / omp_threadprivate2.f90
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