]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: another special (%hhS) case for method names.
authorLuuk van Dijk <lvd@golang.org>
Mon, 6 Feb 2012 15:38:59 +0000 (16:38 +0100)
committerLuuk van Dijk <lvd@golang.org>
Mon, 6 Feb 2012 15:38:59 +0000 (16:38 +0100)
commit0b9f0908610bc1d3938a0cb6d33dbfb4c1e9c954
treee0b6563d24e632b7408aa123143a85e739a06b5b
parent5efd5624cc5b22f50d2739b0f1dbce32402206cb
cmd/gc: another special (%hhS) case for method names.

Fixes #2877

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