[all-commits] [llvm/llvm-project] c0185c: [flang] Load allocatable or pointer box of namelis...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Sep 22 23:30:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0185c8d296d6bc8cdcf211fdc19a89afa8e3222
https://github.com/llvm/llvm-project/commit/c0185c8d296d6bc8cdcf211fdc19a89afa8e3222
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M flang/lib/Lower/IO.cpp
A flang/test/Lower/namelist-common-block.f90
Log Message:
-----------
[flang] Load allocatable or pointer box of namelist item from common block
If a namelist item is an allocatable or pointer and is also part of a common
block, the box should be loaded from the common block ref.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D134470
More information about the All-commits
mailing list