[release-branch.go1] cmd/gc: fix parallel assignment in range
««« backport 2252777854d2 cmd/gc: fix parallel assignment in range for expr1, expr2 = range slice was assigning to expr1 and expr2 in sequence instead of in parallel. Now it assigns in parallel, as it should. This matters for things like for i, x[i] = range slice. Fixes #3464. R=ken2 CC=golang-dev https://golang.org/cl/6252048 »»»
Showing
Please register or sign in to comment