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 c54ea08 commit b0d1885Copy full SHA for b0d1885
flang/lib/Lower/ConvertExprToHLFIR.cpp
@@ -280,7 +280,7 @@ class HlfirDesignatorBuilder {
280
if (std::optional<fir::FortranVariableOpInterface> varDef =
281
getSymMap().lookupVariableDefinition(symbolRef)) {
282
if (symbolRef.get().GetUltimate().test(
283
- Fortran::semantics::Symbol::Flag::CrayPointee)) {
+ Fortran::semantics::Symbol::Flag::CrayPointee)) {
284
// The pointee is represented with a descriptor inheriting
285
// the shape and type parameters of the pointee.
286
// We have to update the base_addr to point to the current
0 commit comments