This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 08d6d42 PR ipa/61159 * compile/pr61159.c: New testcase new 91d733e runtime/internal/sys: new package, API copied 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/ChangeLog | 5 + gcc/go/go-gcc.cc | 22 ++ gcc/go/gofrontend/MERGE | 2 +- libgo/Makefile.am | 72 +++- libgo/Makefile.in | 90 ++++- libgo/configure | 449 +++++++---------------- libgo/configure.ac | 190 ++++++---- libgo/go/runtime/extern.go | 12 +- libgo/go/runtime/internal/sys/intrinsics.go | 77 ++++ libgo/go/runtime/internal/sys/intrinsics_test.go | 54 +++ libgo/go/runtime/internal/sys/stubs.go | 11 + libgo/go/runtime/internal/sys/sys.go | 15 + libgo/testsuite/Makefile.in | 11 + 13 files changed, 593 insertions(+), 417 deletions(-) create mode 100644 libgo/go/runtime/internal/sys/intrinsics.go create mode 100644 libgo/go/runtime/internal/sys/intrinsics_test.go create mode 100644 libgo/go/runtime/internal/sys/stubs.go create mode 100644 libgo/go/runtime/internal/sys/sys.go