This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/gcc.
from de1e3b8795e libstdc++: Fix ambiguous comparisons in __gnu_debug::bitset [...] adds a72e938d710 Daily bump. adds 10c8507372f libgo: update to Go1.15rc2 release adds 87d6dae308d openmp: Avoid floating point comparison at the end of bb wi [...] adds 676b5525e83 openmp: Handle clauses with gimple sequences in convert_non [...] adds e2882e76089 rs6000: MMA built-ins reject typedefs of MMA types adds a29117041d5 gcc.dg/pr30957-1.c: xfail for mmix. adds bc0ca715c29 Daily bump. adds fb9e3f79464 gcc.dg/pr44194-1.c: Skip for mmix. adds 94d4f4387de testsuite, Darwin: XFAIL runs for two timode conversion tests. new 71197a5d13d middle-end: Correct calculation of mul_widen_cost and mul_h [...]
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/ChangeLog | 54 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.c | 48 ++++++++----- gcc/expmed.c | 3 + gcc/go/gofrontend/MERGE | 2 +- gcc/omp-expand.c | 22 ++++-- gcc/testsuite/ChangeLog | 83 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr96424.c | 23 ++++++ gcc/testsuite/gcc.dg/pr30957-1.c | 4 +- gcc/testsuite/gcc.dg/pr44194-1.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-3.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-4.c | 1 + gcc/testsuite/gcc.target/i386/pr71321.c | 3 +- gcc/testsuite/gcc.target/powerpc/pr96530.c | 20 ++++++ gcc/tree-nested.c | 46 +++++++++--- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/cgo/out.go | 4 +- libgo/go/cmd/go/internal/load/pkg.go | 29 ++++---- libgo/go/crypto/ed25519/ed25519.go | 6 +- libgo/go/crypto/ed25519/ed25519_noasm.go | 15 ---- libgo/go/crypto/ed25519/ed25519_s390x.go | 53 -------------- libgo/go/crypto/ed25519/ed25519_test.go | 44 ++---------- libgo/go/encoding/binary/varint.go | 5 +- libgo/go/encoding/binary/varint_test.go | 18 +++-- libgo/go/net/http/transport.go | 73 +++++++++++-------- libgo/go/net/http/transport_test.go | 44 ++++++++++++ libgo/go/runtime/lockrank_off.go | 4 ++ libgo/go/runtime/lockrank_on.go | 4 ++ libgo/go/runtime/mpagealloc.go | 43 ++++++++--- libgo/go/runtime/mpagealloc_test.go | 57 +++++++++++++++ libgo/go/runtime/mranges.go | 19 +++++ libgo/go/runtime/proc.go | 69 +++++++++++++----- libgo/go/sync/runtime2.go | 4 ++ libgo/go/sync/runtime2_lockrank.go | 4 ++ libgo/go/testing/testing.go | 6 +- libgo/misc/cgo/test/test.go | 13 ++++ libgo/misc/cgo/testshared/shared_test.go | 13 ++++ libgomp/ChangeLog | 6 ++ libgomp/testsuite/libgomp.fortran/pr93553.f90 | 21 ++++++ libstdc++-v3/ChangeLog | 21 ++++++ 41 files changed, 659 insertions(+), 233 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr96424.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96530.c delete mode 100644 libgo/go/crypto/ed25519/ed25519_noasm.go delete mode 100644 libgo/go/crypto/ed25519/ed25519_s390x.go create mode 100644 libgomp/testsuite/libgomp.fortran/pr93553.f90