mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-28 19:36:34 +00:00
megatest can be executed
This commit is contained in:
@@ -559,7 +559,8 @@ proc genParForStmt(p: BProc, t: PNode) =
|
||||
initLocExpr(p, call.sons[1], rangeA)
|
||||
initLocExpr(p, call.sons[2], rangeB)
|
||||
|
||||
lineF(p, cpsStmts, "#pragma omp $4$n" &
|
||||
# $n at the beginning because of #9710
|
||||
lineF(p, cpsStmts, "$n#pragma omp $4$n" &
|
||||
"for ($1 = $2; $1 <= $3; ++$1)",
|
||||
[forLoopVar.loc.rdLoc,
|
||||
rangeA.rdLoc, rangeB.rdLoc,
|
||||
|
||||
Reference in New Issue
Block a user