|
1 | 1 | // RUN: %libarcher-compile -fopenmp-version=50 && env OMP_NUM_THREADS='3' \
|
2 | 2 | // RUN: %libarcher-run-race | FileCheck %s
|
3 | 3 |
|
4 |
| -// Checked gcc 9.2 still does not support detach clause on task construct. |
5 |
| -// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7, gcc-8, gcc-9 |
| 4 | +// Checked gcc 10.1 still does not support detach clause on task construct. |
| 5 | +// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7, gcc-8, gcc-9, gcc-10 |
| 6 | +// gcc 11 introduced detach clause, but gomp interface in libomp has no support |
| 7 | +// XFAIL: gcc-11, gcc-12 |
6 | 8 | // clang supports detach clause since version 11.
|
7 | 9 | // UNSUPPORTED: clang-10, clang-9, clang-8, clang-7
|
8 | 10 | // icc compiler does not support detach clause.
|
@@ -45,10 +47,10 @@ int main() {
|
45 | 47 | }
|
46 | 48 |
|
47 | 49 | // no race for a++ in line 32:
|
48 |
| -// CHECK-NOT: #0 {{.*}}task_late_fulfill.c:35 |
| 50 | +// CHECK-NOT: #0 {{.*}}task_late_fulfill.c:37 |
49 | 51 |
|
50 | 52 | // CHECK: WARNING: ThreadSanitizer: data race
|
51 | 53 | // CHECK-NEXT: {{(Write|Read)}} of size 4
|
52 |
| -// CHECK-NEXT: #0 {{.*}}task_late_fulfill.c:31 |
| 54 | +// CHECK-NEXT: #0 {{.*}}task_late_fulfill.c:33 |
53 | 55 | // CHECK: Previous write of size 4
|
54 |
| -// CHECK-NEXT: #0 {{.*}}task_late_fulfill.c:40 |
| 56 | +// CHECK-NEXT: #0 {{.*}}task_late_fulfill.c:42 |
0 commit comments