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
Showing
test/fixedbugs/issue4752.go
0 → 100644
Please
register
or
sign in
to comment