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-arm in repository toolchain/ci/gcc.
from 603a9ab41f4 contrib: filter out one more Clang warning. new cbcf4a50fa2 [aarch64/64821]: Simplify __builtin_aarch64_sqrt* into inte [...] new 2da90ad39bf c++: designated init of char array by string constant [PR55227] new 2d8a9ad4a92 libstdc++: Fix aliasing violation in std::shared_ptr [PR104019] new 084680db9af libstdc++: Restore support for unordered_map<const T, ...> [...] new 416b6fc7483 libstdc++: Use fast_float for long double if it uses binary [...] new 51631875a2f libstdc++: Fix std::spanstream move assignment [PR104032]
The 6 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/config/aarch64/aarch64-builtins.cc | 7 ++ gcc/cp/decl.cc | 28 ++--- 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 +++++ 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 +++++++++++++++++++++ 11 files changed, 282 insertions(+), 29 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 libstdc++-v3/testsuite/23_containers/unordered_map/104174.cc create mode 100644 libstdc++-v3/testsuite/27_io/spanstream/2.cc