]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: fix print/println when input is uint
authorAnfernee Yongkun Gui <anfernee.gui@gmail.com>
Fri, 15 Sep 2017 06:06:20 +0000 (23:06 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 Sep 2017 04:08:38 +0000 (04:08 +0000)
commit4cff104771fb6bffcf4d2bb9937aea3ff95be593
treeb3537f777f979126b7f053a02ca9ce7dc7d6b846
parent7246585f8c4211df2b678639ba58a72f70573c3c
cmd/compile: fix print/println when input is uint

Fixes #21887

Change-Id: I30e8e03ecfb67a2c4deedc2c8436da4c4782136d
Reviewed-on: https://go-review.googlesource.com/63971
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/gc/walk.go
test/fixedbugs/issue21887.go [new file with mode: 0644]
test/fixedbugs/issue21887.out [new file with mode: 0644]
test/print.go
test/print.out