This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7083b698798 runtime: remove unnecessary functions calling between C and Go new 015399f943e compiler: permit inlining references to global variables new 403e8311f8c libgo: delay applying profile stack-frame skip until fixup new 32fdeb30ccc 2019-06-03 Paolo Carlini paolo.carlini@oracle.com
The 3 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/cp/ChangeLog | 5 ++ gcc/cp/parser.c | 12 +-- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 163 ++++++++++++++++++++++++++++++++---- gcc/go/gofrontend/export.h | 11 ++- gcc/go/gofrontend/expressions.cc | 91 ++++++++++++++------ gcc/go/gofrontend/expressions.h | 10 ++- gcc/go/gofrontend/gogo.cc | 102 ++++++++++++++++++---- gcc/go/gofrontend/gogo.h | 43 +++++++--- gcc/go/gofrontend/import.cc | 97 ++++++++++++++++++--- gcc/go/gofrontend/import.h | 50 ++++++++++- libgo/go/runtime/mprof.go | 38 ++++++--- libgo/go/runtime/traceback_gccgo.go | 6 +- libgo/runtime/go-callers.c | 10 +-- 14 files changed, 524 insertions(+), 116 deletions(-)