This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 85a3442c85a Fortran: Fix ICE caused by missing error for untyped symbol [...] adds 877c9e332f9 i386: Fix expand_vec_perm_pshufb for narrow modes [PR103905] adds 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 ( [...] new 0fbefa25b3f Daily bump.
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 + gcc/ChangeLog | 83 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 338 +++++++++++++++++++++ gcc/config/i386/i386-expand.c | 23 +- gcc/config/i386/i386.h | 2 +- gcc/config/i386/mmx.md | 57 +++- 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.target/i386/pr103861-3.c | 66 ++++ gcc/testsuite/gcc.target/i386/pr103905.c | 25 ++ gcc/testsuite/gcc.target/i386/pr103915.c | 11 + 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 +- 22 files changed, 1140 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103861-3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103905.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103915.c create mode 100644 libstdc++-v3/testsuite/performance/23_containers/insert_erase/u [...]