================ @@ -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(); ---------------- razvanlupusoru wrote:
It is used later in this code - but the statement that follows this one does not use - I will fix that :) https://github.com/llvm/llvm-project/pull/149210 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
