This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d793c2e Daily bump. new 13889f4 compiler, runtime: drop size arguments to hash/equal functions
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/expressions.cc | 1 - gcc/go/gofrontend/gogo.cc | 10 +- gcc/go/gofrontend/gogo.h | 7 +- gcc/go/gofrontend/types.cc | 335 +++++++++++++++++++++++++++++++------- gcc/go/gofrontend/types.h | 15 +- libgo/Makefile.am | 4 - libgo/Makefile.in | 49 +----- libgo/go/reflect/type.go | 26 ++- libgo/go/runtime/alg.go | 177 ++++++++++++++++++-- libgo/go/runtime/hashmap.go | 30 ++-- libgo/go/runtime/hashmap_fast.go | 12 +- libgo/go/runtime/type.go | 4 +- libgo/runtime/go-type-complex.c | 120 -------------- libgo/runtime/go-type-float.c | 92 ----------- libgo/runtime/go-type-identity.c | 32 ---- libgo/runtime/go-type-string.c | 49 ------ libgo/runtime/go-type.h | 20 --- libgo/runtime/go-unsafe-pointer.c | 13 +- 19 files changed, 510 insertions(+), 488 deletions(-) delete mode 100644 libgo/runtime/go-type-complex.c delete mode 100644 libgo/runtime/go-type-float.c delete mode 100644 libgo/runtime/go-type-identity.c delete mode 100644 libgo/runtime/go-type-string.c