We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad5328 commit e2108a8Copy full SHA for e2108a8
flang/lib/Semantics/pointer-assignment.cpp
@@ -281,7 +281,7 @@ bool PointerAssignmentChecker::Check(const evaluate::FunctionRef<T> &f) {
281
" function '%s' that is a procedure pointer"_err_en_US;
282
} else if (!funcResult->attrs.test(FunctionResult::Attr::Pointer)) {
283
msg = "%s is associated with the result of a reference to function '%s'"
284
- " that is a not a pointer"_err_en_US;
+ " that is not a pointer"_err_en_US;
285
} else if (isContiguous_ &&
286
!funcResult->attrs.test(FunctionResult::Attr::Contiguous)) {
287
auto restorer{common::ScopedSet(lhs_, symbol)};
0 commit comments