This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 97b3f00b7a9 runtime: in getTraceback, set gp->m before gogo new d633d0fb29c compiler: move slice construction to callers of makeslice
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 | 12 ++++ gcc/go/gofrontend/expressions.cc | 117 +++++++++++++++-------------------- gcc/go/gofrontend/expressions.h | 57 +++++++++++++++++ gcc/go/gofrontend/runtime.def | 4 +- gcc/go/gofrontend/wb.cc | 55 +++++++++++----- libgo/go/runtime/pprof/mprof_test.go | 4 +- libgo/go/runtime/slice.go | 7 +-- 8 files changed, 166 insertions(+), 92 deletions(-)