commit | df9f4f14b988c1a6dd0b5106ed1f3720c43fdd28 | [log] [tgz] |
---|---|---|
author | Rémy Oudompheng <oudomphe@phare.normalesup.org> | Mon Apr 01 21:01:50 2013 +0200 |
committer | Rémy Oudompheng <oudomphe@phare.normalesup.org> | Mon Apr 01 21:01:50 2013 +0200 |
tree | 6a829047694bb3454e4e4e04355ca4a421bf1cd8 | |
parent | d76f28fc39400b918f7951b7e7f12b0dc4a98b0a [diff] |
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