This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from c3f94f5786a tree-optimization/96514 - avoid if-converting control-alter [...] adds 9e4ebad20a0 libstdc++: Fix linker script patterns for 32-bit targets adds 6c3ae88d1e1 libstdc++: Replace some VERIFY tests with static_assert adds a1ee6d507b0 Disable some VEC_COND_EXPR transformations after vector lowering adds 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. new 94d4f4387de testsuite, Darwin: XFAIL runs for two timode conversion tests.
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/generic-match-head.c | 10 +++ gcc/gimple-match-head.c | 10 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/match.pd | 20 +++--- 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/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 ++++++ libstdc++-v3/config/abi/pre/gnu.ver | 6 +- libstdc++-v3/include/debug/bitset | 6 +- .../comparisons/algorithms/partial_order.cc | 56 ++++++++------- .../comparisons/algorithms/weak_order.cc | 62 ++++++++-------- .../23_containers/bitset/operations/96303.cc | 31 ++++++++ 47 files changed, 785 insertions(+), 302 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 create mode 100644 libstdc++-v3/testsuite/23_containers/bitset/operations/96303.cc