Descriptioncmd/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 issue 5162.
Patch Set 1 #Patch Set 2 : diff -r 833bf2ef1527 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 833bf2ef1527 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 833bf2ef1527 https://go.googlecode.com/hg/ #
Total comments: 2
Patch Set 5 : diff -r 42b888d568d9 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r 61d4b778498f https://go.googlecode.com/hg/ #MessagesTotal messages: 7
|