Skip to content

Commit d15b70a

Browse files
author
git apple-llvm automerger
committed
Merge commit '6ac5047aa6bf' from llvm.org/main into next
2 parents 5ce9455 + 6ac5047 commit d15b70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/check-call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ static void CheckExplicitDataArg(const characteristics::DummyDataObject &dummy,
961961
if ((arg.isPercentRef() || arg.isPercentVal()) &&
962962
dummy.IsPassedByDescriptor(procedure.IsBindC())) {
963963
messages.Say(
964-
"%VAL or %REF are not allowed for %s that must be passed by means of a descriptor"_err_en_US,
964+
"%%VAL or %%REF are not allowed for %s that must be passed by means of a descriptor"_err_en_US,
965965
dummyName);
966966
}
967967
if (arg.isPercentVal() &&

0 commit comments

Comments
 (0)