cmd/gc: do not reuse bool temporaries for composite equality.
Reusing it when multiple comparisons occurred in the same function call led to bad overwriting. Fixes #5162. R=golang-dev, daniel.morsing CC=golang-dev https://golang.org/cl/8174047
Showing
test/fixedbugs/issue5162.go
0 → 100644
Please register or sign in to comment