]> Cypherpunks repositories - gostls13.git/commit
gc: various bugs
authorRuss Cox <rsc@golang.org>
Sun, 3 Oct 2010 15:50:44 +0000 (11:50 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 3 Oct 2010 15:50:44 +0000 (11:50 -0400)
commita3c682267fe50e3091fc8a55fb4da52faa2b4e16
tree0ddba9f08265a814e811d8c9bfbefe4133246ac6
parentf481afae53f4b5c26ea69bf062a630e932b52e04
gc: various bugs

Fixes #1016.
Fixes #1152.
Fixes #1153.

R=ken2
CC=golang-dev
https://golang.org/cl/2344042
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/print.c
src/cmd/gc/typecheck.c
test/fixedbugs/bug309.go [new file with mode: 0644]
test/fixedbugs/bug310.go [new file with mode: 0644]