]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix internal compiler error in struct compare
authorRuss Cox <rsc@golang.org>
Wed, 29 Oct 2014 03:22:46 +0000 (23:22 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Oct 2014 03:22:46 +0000 (23:22 -0400)
commit6b54cc93d015e4cab1b12c8c78edf1d4a0a7cd0e
tree33df7bdf70271b94eb9b4874c9d522f3af895008
parentc88ba199e2cf24b6dff3d069b50d3bccda4c1552
cmd/gc: fix internal compiler error in struct compare

Fixes #9006.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/167800043
src/cmd/gc/walk.c
test/fixedbugs/issue9006.go [new file with mode: 0644]