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 7a864d4 commit d7922deCopy full SHA for d7922de
flang/lib/Semantics/check-omp-structure.cpp
@@ -1727,7 +1727,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) {
1727
"argument"_err_en_US,
1728
source.ToString());
1729
}
1730
- if (symbol->has<AssocEntityDetails>()) {
+ if (symbol->GetUltimate().has<AssocEntityDetails>()) {
1731
context_.Say(source,
1732
"List item '%s' in ALLOCATE directive must not be an associate "
1733
"name"_err_en_US,
0 commit comments