]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't skip PPARAMOUT in esccall after varargs
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2016 14:30:17 +0000 (07:30 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 30 Mar 2016 02:43:08 +0000 (02:43 +0000)
commit777a77b4d29853e13dc803b2923bf88b498ed306
tree5bf29021ea51e24a7078eb0b4639a53e3b6260cb
parent17f6e5396b5ca6fbac11a660df1fcc0ee8d0821d
cmd/compile: don't skip PPARAMOUT in esccall after varargs

Fixes bug I introduced in CL 21202.

Fixes #15013.

Change-Id: I2344d7e22b8273425a0a56f4a77588b5c6e4d8c6
Reviewed-on: https://go-review.googlesource.com/21270
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/esc.go
test/fixedbugs/issue15013.go [new file with mode: 0644]