[flang-commits] [flang] [Flang][OpenMP] Fix crash and IR errors for user-defined reduction on allocatable variables (PR #186765)
via flang-commits
flang-commits at lists.llvm.org
Wed Jul 22 12:48:50 PDT 2026
================
@@ -0,0 +1,117 @@
+! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=45 %s -o - | FileCheck %s
----------------
MattPD wrote:
Thanks, the added tests cover the cases. I left a separate, non-blocking comment about making the checks fail on the regression they guard.
https://github.com/llvm/llvm-project/pull/186765
More information about the flang-commits
mailing list