[flang-commits] [flang] [flang][OpenMP]: Allow orphaned distribute construct (PR #163546)
Jack Styles via flang-commits
flang-commits at lists.llvm.org
Fri Oct 17 02:33:48 PDT 2025
================
@@ -49,7 +49,7 @@ program omp_do
end do
!$omp end parallel do simd
- !ERROR: `DISTRIBUTE` region has to be strictly nested inside `TEAMS` region.
+ !WARNING: `DISTRIBUTE` must be dynamically enclosed in a `TEAMS` region.
----------------
Stylie777 wrote:
https://github.com/llvm/llvm-project/pull/163546#discussion_r2439023888
https://github.com/llvm/llvm-project/pull/163546
More information about the flang-commits
mailing list