0
1
mirror of https://github.com/golang/go synced 2025-07-17 22:04:48 +00:00
Files
go/test/fixedbugs/issue4752.go
Russ Cox 399dcc75a8 cmd/gc: fix &^ code generation bug
Was not re-walking the new AND node, so that its ullman
count was wrong, so that the code generator attempted to
store values in registers across the call.

Fixes #4752.

R=ken2
CC=golang-dev
https://golang.org/cl/7288054
2013-02-04 00:21:44 -05:00

514 B