[all-commits] [llvm/llvm-project] ed0341: [flang] retain binding label of entry subprograms
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon May 9 00:52:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed0341788af290f4028c0e200f4a8854bfe46e7d
https://github.com/llvm/llvm-project/commit/ed0341788af290f4028c0e200f4a8854bfe46e7d
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Lower/program-units-fir-mangling.f90
Log Message:
-----------
[flang] retain binding label of entry subprograms
When processing an entry-stmt in name resolution, attrs_ was
reset before SetBindNameOn was called, causing the symbol to lose
the binding label information.
Differential Revision: https://reviews.llvm.org/D125097
More information about the All-commits
mailing list