[all-commits] [llvm/llvm-project] 4143d3: [flang] Unlimited polymoprhic allocated as character
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Feb 8 07:32:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4143d3ebd2d8fbefc8d7ba2cded304a6049aed7f
https://github.com/llvm/llvm-project/commit/4143d3ebd2d8fbefc8d7ba2cded304a6049aed7f
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M flang/lib/Lower/Allocatable.cpp
M flang/test/Lower/allocatable-polymorphic.f90
Log Message:
-----------
[flang] Unlimited polymoprhic allocated as character
Allocation of unlimited polymorphic allocatable with
character intrinsic type is now done through
`PointerNullifyCharacter` or `AllocatableInitCharacter` so the length
is correctly set.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D143580
More information about the All-commits
mailing list