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 38cf6a6 commit 7e54af8Copy full SHA for 7e54af8
flang/lib/Semantics/check-omp-structure.cpp
@@ -1377,7 +1377,7 @@ void OmpStructureChecker::Enter(const parser::OmpDeclareVariantDirective &x) {
1377
1378
auto InvalidArgument{[&](parser::CharBlock source) {
1379
context_.Say(source,
1380
- "The argument to the DECLARE_MAPPER directive should be [base-name:]variant-name"_err_en_US);
+ "The argument to the DECLARE_VARIANT directive should be [base-name:]variant-name"_err_en_US);
1381
}};
1382
1383
auto CheckSymbol{[&](const Symbol *sym, parser::CharBlock source) {
0 commit comments