[all-commits] [llvm/llvm-project] 3d3c63: [flang] Add structure constructor with allocatable...
Kelvin Li via All-commits
all-commits at lists.llvm.org
Wed Jan 17 08:24:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d3c63da6bb68d5306cdc9f9fbf867b428e9b0bf
https://github.com/llvm/llvm-project/commit/3d3c63da6bb68d5306cdc9f9fbf867b428e9b0bf
Author: Kelvin Li <kkwli at users.noreply.github.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M flang/lib/Evaluate/check-expression.cpp
M flang/lib/Evaluate/fold.cpp
M flang/lib/Lower/ConvertConstant.cpp
A flang/test/Lower/structure-constructors-alloc-comp.f90
M flang/test/Semantics/structconst06.f90
M flang/test/Semantics/structconst07.f90
A flang/test/Semantics/structconst08.f90
Log Message:
-----------
[flang] Add structure constructor with allocatable component (#77845)
Enable the structure constructor with allocatable component support.
Handling of `null()` for the allocatable component is added.
More information about the All-commits
mailing list