This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 6aa44066b34 i386: Fix type of one_cmplv2qi2 alternatives 1,2 [PR103915] adds 194f712f8b7 Avoid -Wformat-diag. adds e3ef832a9e8 libstdc++: Optimize operations on small size hashtable [PR 68303] adds c166632bd22 i386: Introduce V2QImode minmax, abs and uavgv2hi3_ceil [PR103861] adds d243f4009d8 Fix target/103910: missing GTY on x86_mfence causing PCH us [...] adds 4ec62dbafe0 rs6000: Skip overload instances with uninitialized fntype ( [...] adds 0fbefa25b3f Daily bump. adds 1935db29689 Avoid more -Wformat-diag warnings [PR103758]
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + gcc/ChangeLog | 83 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 338 +++++++++++++++++++++ gcc/c-family/c-pragma.c | 16 +- gcc/config/i386/i386.h | 2 +- gcc/config/i386/mmx.md | 55 +++- gcc/config/rs6000/rs6000-c.c | 6 + gcc/cp/ChangeLog | 9 + gcc/fortran/ChangeLog | 9 + gcc/gimple-ssa-warn-access.cc | 2 +- gcc/testsuite/ChangeLog | 58 ++++ gcc/testsuite/g++.dg/vect/slp-pr98855.cc | 5 +- gcc/testsuite/gcc.dg/sso-6.c | 4 +- gcc/testsuite/gcc.target/i386/pr103861-3.c | 66 ++++ libstdc++-v3/ChangeLog | 139 +++++++++ libstdc++-v3/include/bits/hashtable.h | 187 ++++++++++-- libstdc++-v3/include/bits/hashtable_policy.h | 53 +++- libstdc++-v3/src/c++11/hashtable_c++0x.cc | 1 + .../insert_erase/unordered_small_size.cc | 125 ++++++++ .../testsuite/util/testsuite_performance.h | 2 +- 21 files changed, 1103 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103861-3.c create mode 100644 libstdc++-v3/testsuite/performance/23_containers/insert_erase/u [...]