This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af89ba4 * doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter. new 321e5ad compiler, runtime: copy slice code from Go 1.7 runtime
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 63 ++--- gcc/go/gofrontend/expressions.cc | 534 ++++++++++++++++++++++++++------------- gcc/go/gofrontend/runtime.cc | 4 +- gcc/go/gofrontend/runtime.def | 24 +- libgo/Makefile.am | 3 - libgo/Makefile.in | 60 ++--- libgo/go/runtime/slice.go | 212 ++++++++++++++++ libgo/go/runtime/stubs.go | 25 +- libgo/runtime/go-append.c | 74 ------ libgo/runtime/go-copy.c | 22 -- libgo/runtime/go-make-slice.c | 99 -------- libgo/runtime/malloc.goc | 8 +- libgo/runtime/runtime.h | 3 +- 14 files changed, 661 insertions(+), 472 deletions(-) create mode 100644 libgo/go/runtime/slice.go delete mode 100644 libgo/runtime/go-append.c delete mode 100644 libgo/runtime/go-copy.c delete mode 100644 libgo/runtime/go-make-slice.c