[flang-commits] [flang] [llvm] [flang][MIF] Adding lowering for EVENT POST/WAIT statements (PR #210283)
Dan Bonachea via flang-commits
flang-commits at lists.llvm.org
Mon Aug 17 21:54:25 PDT 2026
================
----------------
bonachea wrote:
Confirmed - with commit 3f6bfad5d7f7d5cfcc0a50904712a63a464e8889 it appears the `offset` values are now being correctly passed to `prif_event_post`. Thanks for fixing that!
This program now hangs (with recent Caffeine) in `prif_event_wait` because the `event_type` coarray is never initialized, which is the same problem as my previous comment.
https://github.com/llvm/llvm-project/pull/210283
More information about the flang-commits
mailing list