summaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue4909b.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/gc: fix Offsetof computation.Rémy Oudompheng2013-04-051-0/+80
The offset of an embedded field s.X must be relative to s and not to the implicit s.Field of which X is a direct field. Moreover, no indirections may happen on the path. Fixes #4909. R=nigeltao, ality, daniel.morsing, iant, gri, r CC=golang-dev https://golang.org/cl/8287043