1
0
mirror of https://github.com/golang/go synced 2024-09-24 03:20:12 -06:00
Commit Graph

1 Commits

Author SHA1 Message Date
Rémy Oudompheng
df9f4f14b9 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
2013-04-01 21:01:50 +02:00