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 0182325 commit 576b8b7Copy full SHA for 576b8b7
flang/lib/Lower/Bridge.cpp
@@ -3094,9 +3094,9 @@ class FirConverter : public Fortran::lower::AbstractConverter {
3094
concurrentHeader.t);
3095
3096
for (const auto &control : controls) {
3097
- auto lb = fir::getBase(genExprValue(
+ mlir::Value lb = fir::getBase(genExprValue(
3098
*Fortran::semantics::GetExpr(std::get<1>(control.t)), stmtCtx));
3099
- auto ub = fir::getBase(genExprValue(
+ mlir::Value ub = fir::getBase(genExprValue(
3100
*Fortran::semantics::GetExpr(std::get<2>(control.t)), stmtCtx));
3101
mlir::Value step;
3102
0 commit comments