]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: convert arguments as needed
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 25 Oct 2018 16:49:53 +0000 (09:49 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 28 Oct 2018 18:22:36 +0000 (18:22 +0000)
commit15c45752935a13fcb9f8f9528ac062da3a9d6cdb
tree1bb52b67dcab6f81c74144f2f07844f7b240b326
parenta361ef36af4812815c02dd026c4672837442bf44
cmd/compile: convert arguments as needed

CL 114797 reworked how arguments get written to the stack.
Some type conversions got lost in the process. Restore them.

Fixes #28390
Updates #28430

Change-Id: Ia0d37428d7d615c865500bbd1a7a4167554ee34f
Reviewed-on: https://go-review.googlesource.com/c/144598
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/walk.go
test/fixedbugs/issue28390.go [new file with mode: 0644]
test/fixedbugs/issue28390.out [new file with mode: 0644]
test/fixedbugs/issue28430.go [new file with mode: 0644]