]> Cypherpunks repositories - gostls13.git/commit
gc: implicit type bug fix in export data
authorRuss Cox <rsc@golang.org>
Thu, 9 Feb 2012 05:26:08 +0000 (00:26 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 9 Feb 2012 05:26:08 +0000 (00:26 -0500)
commit5c52404aca4f4c2800031ce60624c76b7058b245
treee4e025867da4ef736a1b3d0bc4bf53a71843e401
parent29df93735c85a5eaf1388df7ffa7f8c410dfce0b
gc: implicit type bug fix in export data

TBR=lvd
CC=golang-dev
https://golang.org/cl/5644064
src/cmd/gc/fmt.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/typecheck.c
src/cmd/gc/y.tab.c
src/cmd/gc/y.tab.h
test/fixedbugs/bug392.dir/one.go
test/fixedbugs/bug392.dir/three.go [new file with mode: 0644]
test/fixedbugs/bug392.dir/two.go
test/fixedbugs/bug392.go