[flang-commits] [flang] [flang][lowering] Implement component-wise initialization for derived types (PR #187465)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Thu Apr 16 12:47:42 PDT 2026


================
@@ -0,0 +1,111 @@
+! RUN: bbc -emit-fir %s -o - | FileCheck %s
----------------
eugeneepshteyn wrote:

Could you please add tests with `procedure` component? Something like
```
  type :: t
    real, pointer :: p
    procedure(), pointer, nopass :: pp => null()
  end type
```

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


More information about the flang-commits mailing list