]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] cmd/gc: do not crash on struct with _ field
authorRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:49 +0000 (16:24 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:49 +0000 (16:24 -0400)
commita56e41d518a5c49f1eec382c11d6a8d24d11c763
tree82c747acc536a2326549e42f7058a1d50a697db1
parent4bc9ddf82f42b3eae7a71faea4a5de373123ea58
[release-branch.go1] cmd/gc: do not crash on struct with _ field

««« backport af07f1cd12dc
cmd/gc: do not crash on struct with _ field

Fixes #3607.

R=ken2
CC=golang-dev
https://golang.org/cl/6296052

»»»
src/cmd/gc/subr.c
test/fixedbugs/bug442.go [new file with mode: 0644]