This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 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 4 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: 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 +++++++++++++++++++++ 6 files changed, 172 insertions(+), 11 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/104174.cc create mode 100644 libstdc++-v3/testsuite/27_io/spanstream/2.cc