This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 54835654b16 libgo: update to Go1.10rc2 new f90e86cfd8c * Makefile.am (check-gccgo, check-gcc): Add options to pic [...] new 22b83eeea66 runtime: get missing function name from symbol table
The 2 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 +- gotools/ChangeLog | 6 +++ gotools/Makefile.am | 8 +-- gotools/Makefile.in | 10 ++-- libgo/go/runtime/crash_gccgo_test.go | 59 ++++++++++++++++++++++ .../testdata/testprogcgo/traceback_gccgo.go | 40 +++++++++++++++ .../testdata/{testprognet => testprogcxx}/main.go | 2 +- libgo/go/runtime/testdata/testprogcxx/traceback.cc | 19 +++++++ libgo/go/runtime/testdata/testprogcxx/traceback.go | 24 +++++++++ libgo/runtime/go-callers.c | 32 +++++++++++- libgo/testsuite/gotest | 8 +-- 11 files changed, 193 insertions(+), 17 deletions(-) create mode 100644 libgo/go/runtime/crash_gccgo_test.go create mode 100644 libgo/go/runtime/testdata/testprogcgo/traceback_gccgo.go copy libgo/go/runtime/testdata/{testprognet => testprogcxx}/main.go (91%) create mode 100644 libgo/go/runtime/testdata/testprogcxx/traceback.cc create mode 100644 libgo/go/runtime/testdata/testprogcxx/traceback.go