]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: do not show original expression for constants in export data
authorShenghou Ma <minux@golang.org>
Wed, 4 Mar 2015 04:28:00 +0000 (23:28 -0500)
committerMinux Ma <minux@golang.org>
Thu, 5 Mar 2015 03:40:42 +0000 (03:40 +0000)
commitf09887cdce9dbb63e01503e0598bdeae74ee4e0b
treed152c7657758e8c8490f25a3ddf3219955e6583c
parent1fff4fbebf07e38380aaa938b8d985d81e790b7d
cmd/internal/gc: do not show original expression for constants in export data

Fixes #10066.

Change-Id: I43c423793dd094989e921e163a06b12181a35719
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/6750
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Chris Manghane <cmang@golang.org>
src/cmd/internal/gc/fmt.go
test/fixedbugs/issue10066.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue10066.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue10066.go [new file with mode: 0644]