This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50cd3e7f0dc Add 1bit bit-field testcases. new 60808fc41ee compiler: split writing of equal and hash functions for types new 488df70b6c9 compiler, runtime, reflect: generate hash functions onl [...]
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 | 6 +- gcc/go/gofrontend/gogo.cc | 62 ++- gcc/go/gofrontend/gogo.h | 54 +-- gcc/go/gofrontend/names.cc | 23 +- gcc/go/gofrontend/types.cc | 736 ++++++++++++++++++--------------- gcc/go/gofrontend/types.h | 62 +-- libgo/go/internal/reflectlite/type.go | 40 +- libgo/go/reflect/type.go | 141 +++---- libgo/go/reflect/value.go | 3 + libgo/go/runtime/alg.go | 89 +++- libgo/go/runtime/map.go | 63 +-- libgo/go/runtime/map_benchmark_test.go | 30 ++ libgo/go/runtime/map_fast32.go | 18 +- libgo/go/runtime/map_fast64.go | 18 +- libgo/go/runtime/map_faststr.go | 14 +- libgo/go/runtime/map_test.go | 61 +++ libgo/go/runtime/type.go | 38 +- libgo/runtime/go-unsafe-pointer.c | 24 +- 19 files changed, 852 insertions(+), 632 deletions(-)