[gccgo] Add support for calls with ...

Ian Lance Taylor iant@google.com
Sat Oct 23 00:44:00 GMT 2010


The Go language was tweaked so that you can pass a slice to a varargs
parameter by adding an explicit ... in the call, as in
	f(a ...)
This patch implements that in gccgo.  Committed to gccgo branch.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 13427 bytes
Desc: varargs
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20101023/a631d4e6/attachment.bin>


More information about the Gcc-patches mailing list