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 8701c2a commit 01737c1Copy full SHA for 01737c1
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