0
1
mirror of https://github.com/golang/go synced 2025-07-09 20:48:55 +00:00
Files
go/test/fixedbugs/issue4313.go
Russ Cox 1b3244e0db cmd/gc: fix eval order in select
Ordinary variable load was assumed to be not worth saving,
but not if one of the function calls later might change
its value.

Fixes #4313.

R=ken2
CC=golang-dev
https://golang.org/cl/6997047
2012-12-22 16:46:01 -05:00

547 B