]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/openmp.c
gcc/ChangeLog:
[thirdparty/gcc.git] / gcc / fortran / openmp.c
index 9694c89743f8f9499370ff128c710bf248719d12..42b5aa15dba7453ffcc71ea0d388f0e07a4554ef 100644 (file)
@@ -469,12 +469,6 @@ gfc_match_omp_threadprivate (void)
   if (m != MATCH_YES)
     return m;
 
-  if (!targetm.have_tls)
-    {
-      sorry ("threadprivate variables not supported in this target");
-      goto cleanup;
-    }
-
   for (;;)
     {
       m = gfc_match_symbol (&sym, 0);