This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6ed5880 rs6000: Fix extendsfdf2 for signaling NaNs new 05d523f libgo: update to final Go 1.8 release
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/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/go/alldocs.go | 9 +- libgo/go/cmd/go/get.go | 2 +- libgo/go/cmd/go/go_test.go | 205 +++----- libgo/go/cmd/go/main.go | 2 +- libgo/go/crypto/x509/root_linux.go | 2 +- libgo/go/database/sql/ctxutil.go | 54 +- libgo/go/database/sql/sql.go | 151 ++++-- libgo/go/database/sql/sql_test.go | 125 ++++- libgo/go/encoding/xml/marshal.go | 26 +- libgo/go/encoding/xml/marshal_test.go | 544 ++++++++++++++++++++- libgo/go/go/build/build.go | 2 +- libgo/go/reflect/all_test.go | 13 +- libgo/go/reflect/type.go | 1 + .../go/runtime/testdata/testprogcgo/threadpprof.go | 2 +- libgo/go/runtime/testdata/testprogcgo/traceback.go | 6 +- libgo/go/testing/testing.go | 1 + libgo/runtime/go-unsafe-pointer.c | 8 +- 20 files changed, 894 insertions(+), 265 deletions(-)