This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 8b3cd6da5b5 Daily bump. new 8079a9ab972 libstdc++: Add __cpp_lib_unwrap_ref feature test macro new 906eb61a84c libstdc++: Fix some missing/incorrect feature test macros new 81b90b924a9 Fix <version> header for freestanding new 7ddb714f4e9 libstdc++: Define __cpp_lib_constexpr_complex macro new e29964838b0 libstdc++: Define missing __cpp_lib_int_pow2 macro new 152d89e33d7 libstdc++: Add comments to non-standard feature test macros new 46790405c52 libstdc++: Add missing feature test macros new c1d1dab64aa libstdc++: Update __cpp_lib_array_constexpr and __cpp_lib_s [...] new 9d13ebadf78 libstdc++: Define __cpp_lib_execution feature test
The 9 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 | 89 ++++++++++++++ libstdc++-v3/include/bits/ptr_traits.h | 3 + libstdc++-v3/include/bits/stl_iterator.h | 4 +- libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/unordered_map.h | 2 +- libstdc++-v3/include/std/bit | 4 + libstdc++-v3/include/std/complex | 4 + libstdc++-v3/include/std/execution | 1 + libstdc++-v3/include/std/memory | 1 + libstdc++-v3/include/std/memory_resource | 1 + libstdc++-v3/include/std/string_view | 3 +- libstdc++-v3/include/std/type_traits | 6 + libstdc++-v3/include/std/version | 128 +++++++++++++-------- libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../testsuite/20_util/unwrap_reference/1.cc | 6 + .../endian => 20_util/unwrap_reference}/3.cc | 10 +- .../array/element_access/constexpr_c++17.cc | 55 +++++++++ .../array/requirements/constexpr_iter.cc | 13 ++- .../pstl/feature_test-2.cc} | 16 ++- .../pstl/feature_test-3.cc} | 24 ++-- .../pstl/feature_test-4.cc} | 22 ++-- .../pstl/feature_test-5.cc} | 17 ++- .../testsuite/25_algorithms/pstl/feature_test.cc | 26 +---- .../26_numerics/{endian/3.cc => bit/header-2.cc} | 8 +- .../26_numerics/{endian/2.cc => bit/header.cc} | 8 +- .../26_numerics/{endian/3.cc => complex/1.cc} | 12 +- .../26_numerics/{endian/3.cc => complex/2.cc} | 10 +- 27 files changed, 336 insertions(+), 141 deletions(-) copy libstdc++-v3/testsuite/{26_numerics/endian => 20_util/unwrap_reference}/3.cc (74%) create mode 100644 libstdc++-v3/testsuite/23_containers/array/element_access/const [...] copy libstdc++-v3/testsuite/{20_util/monotonic_buffer_resource/93208.cc => 25_algo [...] copy libstdc++-v3/testsuite/{20_util/monotonic_buffer_resource/93208.cc => 25_algo [...] copy libstdc++-v3/testsuite/{20_util/monotonic_buffer_resource/93208.cc => 25_algo [...] copy libstdc++-v3/testsuite/{20_util/monotonic_buffer_resource/93208.cc => 25_algo [...] copy libstdc++-v3/testsuite/26_numerics/{endian/3.cc => bit/header-2.cc} (82%) copy libstdc++-v3/testsuite/26_numerics/{endian/2.cc => bit/header.cc} (82%) copy libstdc++-v3/testsuite/26_numerics/{endian/3.cc => complex/1.cc} (73%) copy libstdc++-v3/testsuite/26_numerics/{endian/3.cc => complex/2.cc} (74%)