diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/gomp/fixed-1.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/gomp/fixed-1.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/gomp/fixed-1.f b/gcc/testsuite/gfortran.dg/gomp/fixed-1.f index 83233567fca..d61f2ba638d 100644 --- a/gcc/testsuite/gfortran.dg/gomp/fixed-1.f +++ b/gcc/testsuite/gfortran.dg/gomp/fixed-1.f @@ -1,6 +1,6 @@ C PR fortran/24493 C { dg-do compile } -C { dg-require-effective-target tls_native } +C { dg-require-effective-target tls } INTEGER I, J, K, L, M C$OMP THREADPRIVATE(I) C SOME COMMENT |