[flang-commits] [PATCH] D123947: [flang] Fix ICE for passing a label for non alternate return arguments
Daniil Dudkin via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Apr 20 03:46:12 PDT 2022
unterumarmung added inline comments.
================
Comment at: flang/lib/Semantics/check-call.cpp:681
+ arg.sourceLocation().value_or(messages.at()))};
+ messages.Say("Label '%d' can't be associated with %s"_err_en_US,
+ arg.GetLabel(), dummyName);
----------------
kiranchandramohan wrote:
> Nit: Should it be Alternate return label instead of label?
Nice suggestion, will fix
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123947/new/
https://reviews.llvm.org/D123947
More information about the flang-commits
mailing list