This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 603a9ab41f4 contrib: filter out one more Clang warning. adds cbcf4a50fa2 [aarch64/64821]: Simplify __builtin_aarch64_sqrt* into inte [...] adds 2da90ad39bf c++: designated init of char array by string constant [PR55227] adds 2d8a9ad4a92 libstdc++: Fix aliasing violation in std::shared_ptr [PR104019] adds 084680db9af libstdc++: Restore support for unordered_map<const T, ...> [...] adds 416b6fc7483 libstdc++: Use fast_float for long double if it uses binary [...] adds 51631875a2f libstdc++: Fix std::spanstream move assignment [PR104032] adds 0c940703f00 Daily bump. new 4d2321314a6 x86: Also check mode of memory broadcast in bcst_mem_operand
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: contrib/ChangeLog | 5 + gcc/ChangeLog | 8 ++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-builtins.cc | 7 ++ gcc/config/i386/predicates.md | 2 + gcc/cp/ChangeLog | 25 +++++ gcc/cp/decl.cc | 28 ++--- gcc/testsuite/ChangeLog | 21 ++++ gcc/testsuite/g++.dg/cpp2a/desig21.C | 48 +++++++++ gcc/testsuite/gcc.target/aarch64/vsqrt-1.c | 17 ++++ gcc/testsuite/gcc.target/aarch64/vsqrt-2.c | 28 +++++ gcc/testsuite/gcc.target/i386/pr104188.c | 70 +++++++++++++ libstdc++-v3/ChangeLog | 35 +++++++ libstdc++-v3/include/bits/hashtable_policy.h | 11 ++ libstdc++-v3/include/bits/shared_ptr_base.h | 2 +- libstdc++-v3/include/std/spanstream | 15 ++- libstdc++-v3/src/c++17/floating_from_chars.cc | 38 +++++-- .../23_containers/unordered_map/104174.cc | 4 + libstdc++-v3/testsuite/27_io/spanstream/2.cc | 113 +++++++++++++++++++++ 19 files changed, 449 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig21.C create mode 100644 gcc/testsuite/gcc.target/aarch64/vsqrt-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/vsqrt-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104188.c create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/104174.cc create mode 100644 libstdc++-v3/testsuite/27_io/spanstream/2.cc