This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dff001e Always support float128 on ia64 (PR target/77586). new 88b03a7 runtime: copy print/println support from Go 1.7
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/expressions.cc | 71 +++++---- gcc/go/gofrontend/runtime.def | 31 ++-- libgo/Makefile.am | 1 - libgo/Makefile.in | 11 +- libgo/go/runtime/print.go | 28 +++- libgo/go/runtime/runtime2.go | 22 ++- libgo/go/runtime/stubs.go | 3 - libgo/runtime/mprof.goc | 12 +- libgo/runtime/panic.c | 9 +- libgo/runtime/print.c | 301 +++++++++------------------------------ libgo/runtime/proc.c | 5 +- libgo/runtime/runtime.h | 29 ---- 13 files changed, 174 insertions(+), 351 deletions(-)