]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: truncate constant arithmetic result with typed complex numbers
authorCholerae Hu <choleraehyq@gmail.com>
Fri, 26 Jul 2019 05:22:08 +0000 (13:22 +0800)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 28 Aug 2019 19:45:44 +0000 (19:45 +0000)
commit52cff70100b5c382339ea3ba9c262f7831d2a965
tree9bef04792567ba65fafc4d334901dee04417b3b1
parent25ebf015f62c7e3ec8d1eaa56ba7c73c510fc040
cmd/compile: truncate constant arithmetic result with typed complex numbers

Fixes #33285

Change-Id: Idd125e3342058051216be3f105330aef987320c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/187697
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/const.go
test/const.go