[llvm-branch-commits] [flang] [flang][OpenMP] Implement loop nest parser (PR #168884)

Krzysztof Parzyszek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Nov 20 09:03:13 PST 2025


================
@@ -74,8 +81,6 @@
   do i = 1, N
   enddo
   !$omp end parallel do
-  !ERROR: The END PARALLEL DO directive must follow the DO loop associated with the loop construct
-  !$omp end parallel do
----------------
kparzysz wrote:

This patch deletes the pre-existing handling of an end-loop directive, and we're now getting parser errors for cases like this.  This is addressed in the next PR in the stack, and these directives are re-inserted with appropriate checks.

https://github.com/llvm/llvm-project/pull/168884


More information about the llvm-branch-commits mailing list