This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c8cf6ab0c43 * elf.c (elf_zlib_fetch): Change pval argument to uint64_t [...] new 19272321294 compiler: centralize all symbol name handling
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/ChangeLog | 4 + gcc/go/Make-lang.in | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 2 +- gcc/go/gofrontend/expressions.cc | 56 +-- gcc/go/gofrontend/gogo.cc | 201 ++-------- gcc/go/gofrontend/gogo.h | 122 +++++- gcc/go/gofrontend/names.cc | 825 +++++++++++++++++++++++++++++++++++++++ gcc/go/gofrontend/types.cc | 616 +++-------------------------- gcc/go/gofrontend/types.h | 122 +++++- 10 files changed, 1145 insertions(+), 806 deletions(-) create mode 100644 gcc/go/gofrontend/names.cc