This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 957ff9e86de compiler: fix check for notinheap conversion new a7c5b619f56 compiler, reflect: fix struct field names for embedded aliases new b792515b796 compiler: emit type specific functions for aliases new 2b8629dd599 compiler: avoid compiler crash on invalid program new e36a5ff5558 compiler, runtime: simplify select and channel operations
The 4 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 | 74 ++++++++++++--------- gcc/go/gofrontend/gogo.cc | 2 + gcc/go/gofrontend/runtime.def | 26 +++----- gcc/go/gofrontend/statements.cc | 54 ++++++---------- gcc/go/gofrontend/statements.h | 32 ++++------ gcc/go/gofrontend/types.cc | 24 +++---- libgo/go/reflect/all_test.go | 95 +++++++++++++-------------- libgo/go/reflect/type.go | 83 ++++++++++++------------ libgo/go/reflect/value.go | 12 ++-- libgo/go/runtime/chan.go | 43 ++++++------- libgo/go/runtime/select.go | 135 ++++++++++++++++----------------------- 12 files changed, 268 insertions(+), 314 deletions(-)