Go patch committed: Implement append([]byte, string...)

Ian Lance Taylor iant@google.com
Mon Oct 24 08:21:00 GMT 2011


The Go language was extended to permit calling the builtin function
append with the first argument having type []byte and the second
argument having type string, followed by an ellipsis.  This appends the
string to the slice.  This patch implements this new functionality.
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: 3014 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20111024/b754fff0/attachment.bin>


More information about the Gcc-patches mailing list