]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix confusing error with broken types and defer/go
authorDaniel Morsing <daniel.morsing@gmail.com>
Tue, 21 May 2013 16:35:47 +0000 (18:35 +0200)
committerDaniel Morsing <daniel.morsing@gmail.com>
Tue, 21 May 2013 16:35:47 +0000 (18:35 +0200)
commit6f5af9c0b1c242ac74f415a3ce9f9a8437c54324
tree8300d3af76a502c32753f9231f43ff43382936b9
parentbea7b5187283cf73638332e5051c8e9333ccf4dd
cmd/gc: fix confusing error with broken types and defer/go

Fixes #5172.

R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/9614044
src/cmd/gc/typecheck.c
test/fixedbugs/issue5172.go [new file with mode: 0644]