This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 70ce330a385 [arm] PR target/89400 fix thumb1 unaligned access expansion adds 120e39b94b1 os/user: disable TestGroupIds for AIX adds 2051f7c009d Avoid -Woverflow warning in __numeric_limits_integer adds 85015e21c5a Fix new testcase to not require std::copysign adds d2199dbca72 compiler: recognize and optimize array range clear adds ee5dc49a579 Daily bump. adds 476bdccfa0e 2019-05-04 François Dumont fdumont@gcc.gnu.org adds 988155f3832 Add myself to MAINTAINERS. adds fdad3d15803 Add missing PR libstdc++/90277 reference. new 83c019429b0 * crontab: Snapshots from trunk are now GCC 10 related. A [...]
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: ChangeLog | 4 + MAINTAINERS | 1 + gcc/DATESTAMP | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 116 ++++++++++++++++++++ gcc/go/gofrontend/expressions.h | 32 +++++- gcc/go/gofrontend/runtime.def | 8 ++ gcc/go/gofrontend/statements.cc | 118 +++++++++++++++++++++ gcc/go/gofrontend/statements.h | 5 + libgo/go/os/user/user_test.go | 3 + libgo/go/runtime/mbarrier.go | 1 + libstdc++-v3/ChangeLog | 33 ++++++ libstdc++-v3/include/bits/hashtable.h | 3 +- libstdc++-v3/include/bits/hashtable_policy.h | 46 +++++--- libstdc++-v3/include/ext/numeric_traits.h | 4 +- libstdc++-v3/src/c++11/hashtable_c++0x.cc | 32 ++++-- .../unordered_set/hash_policy/71181.cc | 27 +++-- .../unordered_set/hash_policy/power2_rehash.cc | 13 +-- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 20 +++- maintainer-scripts/ChangeLog | 5 + maintainer-scripts/crontab | 3 +- 21 files changed, 428 insertions(+), 50 deletions(-)