This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6fd6a9f1cb 2019-08-30 Steven G. Kargl kargl@gcc.gnu.org new a427504b6e1 runtime: always build panic32.go new 21f75c92e35 compiler: don't report runtime escapes if we've seen errors new 6ced506d5b6 compiler, runtime: support and use single argument go:linkname
The 3 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/expressions.cc | 4 ++- gcc/go/gofrontend/gogo.cc | 25 +++++++++++++-- gcc/go/gofrontend/gogo.h | 12 ++++++- gcc/go/gofrontend/lex.cc | 6 ++-- gcc/go/gofrontend/lex.h | 2 +- libgo/go/runtime/alg.go | 69 ++++++++++++++++++++-------------------- libgo/go/runtime/cgocall.go | 4 +-- libgo/go/runtime/chan.go | 21 ++++++------ libgo/go/runtime/ffi.go | 2 +- libgo/go/runtime/hash32.go | 5 ++- libgo/go/runtime/hash64.go | 5 ++- libgo/go/runtime/iface.go | 29 ++++++++--------- libgo/go/runtime/lock_futex.go | 17 +++++----- libgo/go/runtime/lock_sema.go | 17 +++++----- libgo/go/runtime/malloc.go | 7 ++-- libgo/go/runtime/map.go | 27 ++++++++-------- libgo/go/runtime/map_fast32.go | 13 ++++---- libgo/go/runtime/map_fast64.go | 13 ++++---- libgo/go/runtime/map_faststr.go | 11 +++---- libgo/go/runtime/mbarrier.go | 9 +++--- libgo/go/runtime/mem_gccgo.go | 4 +-- libgo/go/runtime/mgc_gccgo.go | 7 ++-- libgo/go/runtime/mgcmark.go | 4 +-- libgo/go/runtime/netpoll.go | 2 +- libgo/go/runtime/os_gccgo.go | 2 +- libgo/go/runtime/panic.go | 61 +++++++++++++++++------------------ libgo/go/runtime/panic32.go | 37 ++++++++++----------- libgo/go/runtime/print.go | 37 +++++++++++---------- libgo/go/runtime/proc.go | 54 +++++++++++++++---------------- libgo/go/runtime/runtime.go | 5 ++- libgo/go/runtime/runtime1.go | 17 +++++----- libgo/go/runtime/runtime2.go | 2 +- libgo/go/runtime/select.go | 7 ++-- libgo/go/runtime/signal_unix.go | 4 +-- libgo/go/runtime/slice.go | 13 ++++---- libgo/go/runtime/string.go | 21 ++++++------ libgo/go/runtime/stubs.go | 12 +++---- libgo/go/runtime/type.go | 2 +- libgo/go/runtime/utf8.go | 5 ++- 40 files changed, 300 insertions(+), 296 deletions(-)