[PATCH] D94017: [flang] Fix bogus message on internal subprogram with alternate return
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 12:46:17 PST 2021
klausler accepted this revision.
klausler added inline comments.
This revision is now accepted and ready to land.
================
Comment at: flang/lib/Semantics/expression.cpp:2868
+ actual = ActualArgument(x.v);
isAltReturn = true;
},
----------------
This variable, and the code later that it enables, may no longer be needed; I'm not sure why it's there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94017/new/
https://reviews.llvm.org/D94017
More information about the llvm-commits
mailing list