]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: properly set variadic flag on method values.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 8 Apr 2013 06:59:33 +0000 (08:59 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 8 Apr 2013 06:59:33 +0000 (08:59 +0200)
commit20e05303febf53d959926a05c6f019db352bb963
treec9635861949fc52f764c5422991cdeb89845034d
parent18ca86ebb3935f6cd3063c189fed0175a868ddba
cmd/gc: properly set variadic flag on method values.

Fixes #5231.

R=golang-dev, daniel.morsing, adg
CC=golang-dev
https://golang.org/cl/8275044
src/cmd/gc/closure.c
test/fixedbugs/issue5231.go [new file with mode: 0644]