]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: do not crash on struct with _ field
authorRuss Cox <rsc@golang.org>
Thu, 7 Jun 2012 06:05:08 +0000 (02:05 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 7 Jun 2012 06:05:08 +0000 (02:05 -0400)
commit744b23fe4827598a3e76b8fd014fccc824048788
tree32c9688ed964358517b9ae40f95c9c5941922320
parentee5f59ab4feafd987972a096d5a5c315e753f358
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]