[flang-commits] [flang] [flang][OpenMP] Make all block constructs share the same structure (PR #150956)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Jul 31 10:10:21 PDT 2025


================
@@ -163,8 +163,7 @@
   !$omp parallel
   do i = 1, N
   enddo
-  !ERROR: Unmatched END TARGET directive
-  !$omp end target
----------------
kparzysz wrote:

This behavior is less user friendly than before, so it needs to be addressed eventually.  I was planning to do that in a future PR.

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


More information about the flang-commits mailing list