================ @@ -5142,6 +5106,7 @@ mlir::Operation *Fortran::lower::genOpenACCLoopFromDoConstruct( // So this means that in all cases we mark with `auto` unless it is a // `do concurrent` in an `acc parallel` construct or it must be `seq` because // it is in an `acc serial` construct. + fir::FirOpBuilder &builder = converter.getFirOpBuilder(); ---------------- vzakhari wrote:
Unused variable? https://github.com/llvm/llvm-project/pull/149210 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
