From a2aa6bb03d21af290f0745a0f09fea306548bcc0 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Wed, 8 Oct 2025 13:03:57 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?UTF-8?q?l=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.7 --- flang/lib/Optimizer/CodeGen/CodeGen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/lib/Optimizer/CodeGen/CodeGen.cpp b/flang/lib/Optimizer/CodeGen/CodeGen.cpp index 50603cb86e4a5..4a05cd919abe5 100644 --- a/flang/lib/Optimizer/CodeGen/CodeGen.cpp +++ b/flang/lib/Optimizer/CodeGen/CodeGen.cpp @@ -3348,7 +3348,7 @@ struct DoConcurrentSpecifierOpConversion : public fir::FIROpConversion { mlir::ConversionPatternRewriter &rewriter) const override { #ifdef EXPENSIVE_CHECKS auto uses = mlir::SymbolTable::getSymbolUses( - specifier, specifier->getParentOfType()); + specifier, specifier->template getParentOfType()); // `fir.local|fir.declare_reduction` ops are not supposed to have any uses // at this point (i.e. during lowering to LLVM). In case of serialization,