[flang-commits] [PATCH] D123947: [flang] Fix ICE for passing a label for non alternate return arguments
Kiran Chandramohan via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Apr 25 05:27:05 PDT 2022
kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks for this patch. In case there are comments from other reviewers, please wait for a day before you submit.
================
Comment at: flang/lib/Semantics/check-call.cpp:678
+ messages.Say(
+ "Alternate return label '%d' can't be associated with %s"_err_en_US,
+ arg.GetLabel(), dummyName);
----------------
Nit: can't -> cannot
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