This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 32fdeb30ccc 2019-06-03 Paolo Carlini paolo.carlini@oracle.com new 03f42d617c8 compiler, runtime, reflect: generate unique type descriptors
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/gogo.cc | 151 +++++++++++++++++++++++++++++++++++++++++- gcc/go/gofrontend/gogo.h | 24 +++++++ gcc/go/gofrontend/names.cc | 23 +++++++ gcc/go/gofrontend/runtime.def | 4 ++ gcc/go/gofrontend/types.cc | 17 +++++ libgo/go/reflect/type.go | 131 ++++++++++++++++++------------------ libgo/go/runtime/type.go | 78 ++++++++++++++++++---- 8 files changed, 349 insertions(+), 81 deletions(-)