]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: don't hash nor compare struct padding or blank fields.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 18 Jan 2013 17:26:43 +0000 (18:26 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 18 Jan 2013 17:26:43 +0000 (18:26 +0100)
commit2ad57b45833cb7db3f5ae501d97b731ef16e8ff6
tree9fffa62f6cbfd791f32b49c1e5f0874271244c9d
parent2ee06a51bed4db90ffa872ed9adef120112561e2
cmd/gc: don't hash nor compare struct padding or blank fields.

Fixes #4585.

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/7142052
src/cmd/gc/subr.c
src/cmd/gc/walk.c
test/blank.go
test/fixedbugs/issue4585.go [new file with mode: 0644]