This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 5311690085e Aarch64: Change costs for TX2 to expose more vectorization [...] new a5c9fb79955 libgo: update to Go 1.14.4 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/cgo/gcc.go | 12 ++- libgo/go/encoding/json/decode.go | 5 ++ libgo/go/encoding/json/decode_test.go | 33 +++++++- libgo/go/encoding/json/encode.go | 11 +-- libgo/go/encoding/json/encode_test.go | 87 ++++++++++++++-------- libgo/go/encoding/json/stream_test.go | 8 +- libgo/go/go/doc/example.go | 6 +- libgo/go/go/doc/example_test.go | 76 ++++++++++++++----- libgo/go/go/parser/interface.go | 8 +- libgo/go/math/big/nat.go | 15 +++- libgo/go/math/big/nat_test.go | 18 +++++ libgo/go/os/os_test.go | 35 +++++++++ libgo/go/runtime/crash_test.go | 14 +++- libgo/go/runtime/mgcscavenge.go | 22 ++++++ libgo/go/runtime/mpagecache.go | 13 +++- libgo/go/runtime/mpagecache_test.go | 33 +++++++- libgo/go/runtime/proc.go | 6 ++ libgo/go/runtime/proc_test.go | 24 ++++++ libgo/go/runtime/testdata/testprog/lockosthread.go | 49 ++++++++++++ libgo/misc/cgo/test/testx.go | 10 +++ 23 files changed, 409 insertions(+), 82 deletions(-)