This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72d0ef73d2c c++: Inherited constructor template arguments [PR94719] new aa12ab2e93b libstdc++: Update value of __cpp_lib_jthread macro new 0d2dbae406c libstdc++: Remove non-standard feature test macros new 56772f623e2 libstdc++: Add missing feature test macros new eca477d16c3 libstdc++: Rename __cpp_lib_constexpr_invoke macro new c9313582d82 libstdc++: Update __cpp_lib_concepts value new 2025db692e9 libstdc++: Do not define __cpp_lib_constexpr_algorithms in [...] new e851aa1703c libstdc++: Update (and revert) value of __cpp_lib_array_constexpr new aac39307e8f libstdc++: Define __cpp_lib_execution feature test macro
The 8 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 | 87 ++++++++++++++++++++++ libstdc++-v3/include/bits/ptr_traits.h | 3 + libstdc++-v3/include/bits/range_access.h | 1 + libstdc++-v3/include/bits/ranges_algo.h | 1 + libstdc++-v3/include/bits/stl_iterator.h | 6 +- libstdc++-v3/include/bits/stl_map.h | 1 - libstdc++-v3/include/bits/unordered_map.h | 1 - libstdc++-v3/include/std/atomic | 1 + libstdc++-v3/include/std/concepts | 2 +- libstdc++-v3/include/std/condition_variable | 3 +- libstdc++-v3/include/std/execution | 1 + libstdc++-v3/include/std/functional | 2 +- libstdc++-v3/include/std/memory | 1 + libstdc++-v3/include/std/memory_resource | 1 + libstdc++-v3/include/std/stop_token | 2 +- libstdc++-v3/include/std/string_view | 1 + libstdc++-v3/include/std/type_traits | 4 + libstdc++-v3/include/std/utility | 8 +- libstdc++-v3/include/std/version | 26 +++++-- .../testsuite/20_util/exchange/constexpr.cc | 6 -- .../20_util/function_objects/invoke/constexpr.cc | 4 +- libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../array/comparison_operators/constexpr.cc | 6 ++ .../array/element_access/constexpr_c++17.cc | 57 ++++++++++++++ .../array/requirements/constexpr_fill.cc | 6 ++ .../array/requirements/constexpr_iter.cc | 12 ++- .../pstl/feature_test-2.cc} | 15 ++-- .../pstl/feature_test-3.cc} | 44 ++++------- .../pstl/feature_test-4.cc} | 21 ++++-- .../pstl/feature_test-5.cc} | 16 ++-- .../testsuite/25_algorithms/pstl/feature_test.cc | 27 +------ .../condition_variable_any/stop_token/1.cc | 2 +- .../condition_variable_any/stop_token/2.cc | 2 +- libstdc++-v3/testsuite/30_threads/jthread/1.cc | 2 +- libstdc++-v3/testsuite/30_threads/jthread/2.cc | 2 +- libstdc++-v3/testsuite/30_threads/stop_token/1.cc | 2 +- libstdc++-v3/testsuite/30_threads/stop_token/2.cc | 2 +- libstdc++-v3/testsuite/std/concepts/1.cc | 2 +- libstdc++-v3/testsuite/std/concepts/2.cc | 2 +- 39 files changed, 267 insertions(+), 117 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/array/element_access/const [...] copy libstdc++-v3/testsuite/{21_strings/basic_string_view/inserters/94051.cc => 25 [...] copy libstdc++-v3/testsuite/{20_util/is_nothrow_constructible/94003.cc => 25_algor [...] copy libstdc++-v3/testsuite/{21_strings/basic_string_view/inserters/94051.cc => 25 [...] copy libstdc++-v3/testsuite/{21_strings/basic_string_view/inserters/94051.cc => 25 [...]