diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/testsuite/g++.dg/modules/omp-1_a.C | 1 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/modules/omp-1_b.C | 1 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/modules/omp-1_c.C | 1 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/modules/omp-2_a.C | 1 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/modules/omp-2_b.C | 1 | 
5 files changed, 5 insertions, 0 deletions
| diff --git a/gcc/testsuite/g++.dg/modules/omp-1_a.C b/gcc/testsuite/g++.dg/modules/omp-1_a.C index 722720a..94e1171 100644 --- a/gcc/testsuite/g++.dg/modules/omp-1_a.C +++ b/gcc/testsuite/g++.dg/modules/omp-1_a.C @@ -1,4 +1,5 @@  // { dg-additional-options "-fmodules-ts -fopenmp" } +// { dg-require-effective-target pthread }  export module foo;  // { dg-module-cmi foo } diff --git a/gcc/testsuite/g++.dg/modules/omp-1_b.C b/gcc/testsuite/g++.dg/modules/omp-1_b.C index f3f5d92..09d97e4a 100644 --- a/gcc/testsuite/g++.dg/modules/omp-1_b.C +++ b/gcc/testsuite/g++.dg/modules/omp-1_b.C @@ -1,4 +1,5 @@  // { dg-additional-options "-fmodules-ts -fopenmp" } +// { dg-require-effective-target pthread }  import foo; diff --git a/gcc/testsuite/g++.dg/modules/omp-1_c.C b/gcc/testsuite/g++.dg/modules/omp-1_c.C index f30f611..599a5a5 100644 --- a/gcc/testsuite/g++.dg/modules/omp-1_c.C +++ b/gcc/testsuite/g++.dg/modules/omp-1_c.C @@ -1,4 +1,5 @@  // { dg-additional-options "-fmodules-ts" } +// { dg-require-effective-target pthread }  import foo; diff --git a/gcc/testsuite/g++.dg/modules/omp-2_a.C b/gcc/testsuite/g++.dg/modules/omp-2_a.C index d2291b6..b0d4bbc 100644 --- a/gcc/testsuite/g++.dg/modules/omp-2_a.C +++ b/gcc/testsuite/g++.dg/modules/omp-2_a.C @@ -1,4 +1,5 @@  // { dg-additional-options "-fmodules-ts -fopenmp" } +// { dg-require-effective-target pthread }  export module foo;  // { dg-module-cmi foo } diff --git a/gcc/testsuite/g++.dg/modules/omp-2_b.C b/gcc/testsuite/g++.dg/modules/omp-2_b.C index 39f34c7..aeee4d1 100644 --- a/gcc/testsuite/g++.dg/modules/omp-2_b.C +++ b/gcc/testsuite/g++.dg/modules/omp-2_b.C @@ -1,4 +1,5 @@  // { dg-additional-options "-fmodules-ts" } +// { dg-require-effective-target pthread }  import foo; | 
