This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9ee9df22b26 compiler: handle int-to-string conversion with large in [...] new 38ba9eec651 compiler: optimize append of make new 5b95508c192 runtime: drop unused C type reflection code
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 +- gcc/go/gofrontend/expressions.cc | 236 ++++++++++++++++++++++++++++++-------- gcc/go/gofrontend/expressions.h | 5 + gcc/go/gofrontend/gogo.h | 17 +-- gcc/go/gofrontend/statements.cc | 3 + gcc/go/gofrontend/statements.h | 37 +++++- gcc/go/gofrontend/wb.cc | 35 +----- libgo/Makefile.am | 1 - libgo/Makefile.in | 18 +-- libgo/configure | 18 +-- libgo/runtime/go-runtime-error.c | 24 ++-- libgo/runtime/go-type.h | 140 ---------------------- libgo/runtime/go-typedesc-equal.c | 28 ----- libgo/runtime/runtime.h | 2 - libgo/testsuite/Makefile.in | 1 - 15 files changed, 275 insertions(+), 292 deletions(-) delete mode 100644 libgo/runtime/go-typedesc-equal.c