]> Cypherpunks repositories - gostls13.git/commit
gc: export nil literals without inferred type.
authorLuuk van Dijk <lvd@golang.org>
Wed, 11 Jan 2012 20:26:54 +0000 (21:26 +0100)
committerLuuk van Dijk <lvd@golang.org>
Wed, 11 Jan 2012 20:26:54 +0000 (21:26 +0100)
commitfeaa9ed10aa369d27dcf5a69863c481f4875bd39
tree477918a571397ccb9742a7355e19d404586fa06c
parentb8f76764cbed4d383d667d53ddd20b5c08fc606d
gc: export nil literals without inferred type.

Fixes #2678

R=rsc
CC=golang-dev
https://golang.org/cl/5529066
src/cmd/gc/fmt.c
test/fixedbugs/bug392.dir/one.go [new file with mode: 0644]
test/fixedbugs/bug392.dir/two.go [new file with mode: 0644]
test/fixedbugs/bug392.go [new file with mode: 0644]