We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573580e commit 5d9be32Copy full SHA for 5d9be32
flang/test/Semantics/OpenMP/detach01.f90
@@ -50,9 +50,4 @@ program detach01
50
!$omp task detach(event_03)
51
x = x + 1
52
!$omp end task
53
-
54
- !ERROR: At most one DETACH clause can appear on the TASK directive
55
- !$omp task detach(event_01) detach(event_02)
56
- x = x + 1
57
- !$omp end task
58
end program
0 commit comments