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 0221b86 commit 6939916Copy full SHA for 6939916
flang/lib/Semantics/check-omp-structure.cpp
@@ -3288,7 +3288,7 @@ void OmpStructureChecker::Enter(const parser::OmpClause::Depend &x) {
3288
context_.Say(GetContext().clauseSource,
3289
"Common block name ('%s') cannot appear in a DEPEND "
3290
"clause"_err_en_US,
3291
- name->ToString());
+ name);
3292
} else if (auto *designator{std::get_if<parser::Designator>(&object.u)}) {
3293
if (auto *dataRef{std::get_if<parser::DataRef>(&designator->u)}) {
3294
CheckDependList(*dataRef);
0 commit comments