Go patch committed: check for ... with builtin functions

Ian Lance Taylor iant@google.com
Sat Mar 26 07:09:00 GMT 2011


The Go builtin functions other than append don't handle using ... to
pass a varargs argument.  This patch to the gccgo frontend checks for
that.  It also gives a better error message for an attempt to use
... with a type conversion.  Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

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


More information about the Gcc-patches mailing list