This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae0a5f6 PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn [...] new 7c626f8 runtime: copy more scheduler code from Go 1.7 runtime
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 +- libgo/go/runtime/debug.go | 2 +- libgo/go/runtime/export_test.go | 3 +- libgo/go/runtime/mprof.go | 2 +- libgo/go/runtime/os_gccgo.go | 7 + libgo/go/runtime/proc.go | 576 ++++++++++++++++++++++++++++++++++++++-- libgo/go/runtime/runtime2.go | 6 +- libgo/go/runtime/stubs.go | 95 +------ libgo/runtime/heapdump.c | 2 +- libgo/runtime/mgc0.c | 3 +- libgo/runtime/proc.c | 264 +----------------- libgo/runtime/runtime.h | 10 +- libgo/runtime/runtime_c.c | 9 - 13 files changed, 587 insertions(+), 394 deletions(-)