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.
2 parents 6917cc2 + 01737c1 commit c016ab8Copy full SHA for c016ab8
flang/lib/Lower/OpenMP/Utils.cpp
@@ -189,7 +189,7 @@ bool requiresImplicitDefaultDeclareMapper(
189
190
semantics::DirectComponentIterator directComponents{spec};
191
for (const semantics::Symbol &component : directComponents) {
192
- if (semantics::IsAllocatableOrPointer(component))
+ if (component.attrs().test(semantics::Attr::ALLOCATABLE))
193
return true;
194
195
if (const semantics::DeclTypeSpec *declType = component.GetType())
0 commit comments