]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix internal compiler error with broken structs.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 7 Nov 2012 22:09:01 +0000 (23:09 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 7 Nov 2012 22:09:01 +0000 (23:09 +0100)
commitc208a3a263648a5f2a363b3af801a9d1522be03b
tree10fb12a56c04bcca15dec6915c7e628459aa6038
parent0ac317817bfdde4de178893b9489aac007210280
cmd/gc: fix internal compiler error with broken structs.

Fixes #4359.

R=golang-dev, daniel.morsing, rsc
CC=golang-dev
https://golang.org/cl/6834043
src/cmd/gc/typecheck.c
test/fixedbugs/issue4359.go [new file with mode: 0644]