[flang-commits] [flang] [flang][OpenMP] Make all block constructs share the same structure (PR #150956)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Jul 31 09:59:24 PDT 2025
================
@@ -163,8 +163,7 @@
!$omp parallel
do i = 1, N
enddo
- !ERROR: Unmatched END TARGET directive
- !$omp end target
----------------
tblah wrote:
Why this change? What happens instead of this error?
https://github.com/llvm/llvm-project/pull/150956
More information about the flang-commits
mailing list