[flang-commits] [flang] [Flang] Fix handling of unlimited polymorphic arrays (PR #159624)

via flang-commits flang-commits at lists.llvm.org
Fri Sep 19 08:22:14 PDT 2025


================
@@ -0,0 +1,25 @@
+! RUN: flang -fc1 -emit-hlfir %s -o - | FileCheck %s
----------------
jeanPerier wrote:

Is this test testing the fix? Since the fix in the patch happens at the HLFIR to FIR level, I do not think `-emit-hlfir` exercises it.

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


More information about the flang-commits mailing list