[flang-commits] [flang] [Flang] Fix perfect loop nest detection (PR #161554)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Wed Oct 1 10:33:14 PDT 2025
================
@@ -61,7 +61,6 @@ program omp
!$omp end do
- !ERROR: Canonical loop nest must be perfectly nested.
----------------
Meinersbur wrote:
These ERRORs were added in #60283. Those are still non-perfectly nested loops, but the other errors get precedence.
https://github.com/llvm/llvm-project/pull/161554
More information about the flang-commits
mailing list