]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: do not show computed value in type error
authorChris Manghane <cmang@golang.org>
Tue, 9 Dec 2014 14:52:17 +0000 (06:52 -0800)
committerChris Manghane <cmang@golang.org>
Wed, 25 Feb 2015 19:49:49 +0000 (19:49 +0000)
commitc7e1453e3da5ca2550bb780d1cea43e5d05af3ec
tree0856217c47a05741f67a7f6fdac71f5ebe12959d
parentb59dd94f331677d28250b51729d5bc888fe4cef0
cmd/internal/gc: do not show computed value in type error

Fixes #9076.

Change-Id: Ib41a452fa9aa9fecf19f65c36d13715923548041
Reviewed-on: https://go-review.googlesource.com/1250
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Chris Manghane <cmang@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/gc/fmt.go
test/fixedbugs/issue6964.go
test/fixedbugs/issue9076.go [new file with mode: 0644]