You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flang/test/Semantics/OpenMP/nested-simd.f90
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,6 @@ SUBROUTINE NESTED_BAD(N)
166
166
end do
167
167
!$omp end task
168
168
!ERROR: The only OpenMP constructs that can be encountered during execution of a 'SIMD' region are the `ATOMIC` construct, the `LOOP` construct, the `SIMD` construct, the `SCAN` construct and the `ORDERED` construct with the `SIMD` clause.
169
-
!ERROR: If TARGET directive is nested inside TARGET SIMD region, the behaviour is unspecified
0 commit comments