================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to