This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50714f45eea [rs6000] fix mffsl emulation new 162c40a4c12 libstdc++: Fix regression in std::_Construct (PR 94831) new d0330a03606 libstdc++: Fixes for feature test macros (PR 91480)
The 2 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/ChangeLog | 30 ++++++++++++++++++++++ libstdc++-v3/include/bits/alloc_traits.h | 8 +++++- libstdc++-v3/include/bits/allocator.h | 3 --- libstdc++-v3/include/bits/stl_construct.h | 20 +++++---------- libstdc++-v3/include/bits/stl_iterator.h | 1 + libstdc++-v3/include/bits/stl_pair.h | 1 + libstdc++-v3/include/std/string_view | 5 +++- libstdc++-v3/include/std/tuple | 1 + libstdc++-v3/include/std/version | 7 +++-- .../20_util/function_objects/constexpr_searcher.cc | 7 +++++ .../uninitialized_value_construct/94831.cc} | 9 ++++--- .../tuple/cons/constexpr_allocator_arg_t.cc | 9 ++++++- .../operations/copy/char/constexpr.cc | 6 +++++ .../{modifiers/insert/58148.cc => cons/94831.cc} | 15 ++++------- .../24_iterators/insert_iterator/constexpr.cc | 6 +++++ 15 files changed, 93 insertions(+), 35 deletions(-) copy libstdc++-v3/testsuite/{21_strings/basic_string_view/inserters/94051.cc => 20 [...] copy libstdc++-v3/testsuite/23_containers/vector/{modifiers/insert/58148.cc => con [...]