This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9ff3f8aca1f Fix m68k-linux-gnu libgcc build for ColdFire (PR target/68467). new 13f2fdb8774 compiler: rationalize external symbol names
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 | 53 +- gcc/go/gofrontend/expressions.cc | 39 +- gcc/go/gofrontend/go-encode-id.cc | 84 ++- gcc/go/gofrontend/go-encode-id.h | 14 +- gcc/go/gofrontend/gogo.cc | 10 +- gcc/go/gofrontend/gogo.h | 29 +- gcc/go/gofrontend/lex.cc | 9 +- gcc/go/gofrontend/names.cc | 778 ++++++++++++++++--------- gcc/go/gofrontend/statements.cc | 2 +- gcc/go/gofrontend/types.cc | 32 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/go.go-torture/execute/names-1.go | 195 +++++++ libgo/go/runtime/crash_test.go | 4 +- libgo/go/runtime/panic.go | 2 +- libgo/go/runtime/pprof/pprof_test.go | 2 +- libgo/go/syscall/wait.c | 18 +- libgo/runtime/go-callers.c | 11 +- libgo/runtime/go-unsafe-pointer.c | 12 +- 19 files changed, 924 insertions(+), 376 deletions(-) create mode 100644 gcc/testsuite/go.go-torture/execute/names-1.go