Descriptioncmd/gc: fix computation of equality class of types.
A struct with a single field was considered as equivalent to the
field type, which is incorrect is the field is blank.
Fields with padding could make the compiler think some
types are comparable when they are not.
Fixes issue 5698.
Patch Set 1 #Patch Set 2 : diff -r 330478300ab0 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 330478300ab0 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 330478300ab0 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 5 : diff -r 575afd15c877 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 6 : diff -r dfb6b95d3a98 https://go.googlecode.com/hg/ #
MessagesTotal messages: 14
|