]> Cypherpunks repositories - gostls13.git/commit
gc: Clean up dostruct/stotype, detect broken fields and propagate up to structs and...
authorLuuk van Dijk <lvd@golang.org>
Mon, 7 Nov 2011 20:35:13 +0000 (21:35 +0100)
committerLuuk van Dijk <lvd@golang.org>
Mon, 7 Nov 2011 20:35:13 +0000 (21:35 +0100)
commit087bec3dcd38a5dedc16fc060a6921b8f18c34ad
tree2b749b8f80947f6995b3ac5492b2882500b8993b
parentdfe03bb204f7e7b1417434e9c1c28f7a665e190e
gc: Clean up dostruct/stotype, detect broken fields and propagate up to structs and functions to supress spurious errors.

Fixes #1556.

R=rsc
CC=golang-dev
https://golang.org/cl/5351042
src/cmd/gc/dcl.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
test/fixedbugs/bug251.go
test/fixedbugs/bug374.go [new file with mode: 0644]