This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b16aca534ed PR go/89406 net: remove unixgram test sockets new ef96a935ae1 Disambiguate __gnu_cxx::append_ partial specialization new c783b3cc893 P0482R5 char8_t: Updates to existing standard library tests new aad651b3f43 P0482R5 char8_t: Updates to gdb pretty printing support new 4f847a8e460 Add tests for C++2a content of <atomic> header
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/ChangeLog | 77 +++++++++++++++++++++ libstdc++-v3/include/ext/typelist.h | 6 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 4 +- libstdc++-v3/testsuite/18_support/byte/ops.cc | 10 ++- .../testsuite/18_support/numeric_limits/dr559.cc | 3 + .../testsuite/18_support/numeric_limits/lowest.cc | 3 + .../18_support/numeric_limits/max_digits10.cc | 3 + .../testsuite/18_support/type_info/fundamental.cc | 3 + .../from_chars/{1_neg.cc => 1_c++20_neg.cc} | 10 +-- .../hash/requirements/explicit_instantiation.cc | 3 + .../testsuite/20_util/is_integral/value.cc | 3 + .../20_util/make_signed/requirements/typedefs-4.cc | 3 + .../21_strings/basic_string/cons/char/deduction.cc | 23 ++++++- .../21_strings/basic_string/types/pmr_typedefs.cc | 5 ++ .../operations/compare/char/70483.cc | 19 ++++++ .../21_strings/basic_string_view/typedefs.cc | 11 +-- .../requirements/constexpr_functions.cc | 3 + .../requirements/constexpr_functions_c++17.cc | 6 ++ .../21_strings/headers/string/types_std_c++0x.cc | 3 + .../testsuite/22_locale/locale/cons/unicode.cc | 8 +++ .../testsuite/29_atomics/atomic/cons/assign_neg.cc | 2 +- .../testsuite/29_atomics/atomic/cons/copy_neg.cc | 2 +- .../29_atomics/atomic_integral/cons/assign_neg.cc | 2 +- .../29_atomics/atomic_integral/cons/copy_neg.cc | 2 +- .../atomic_integral/is_always_lock_free.cc | 3 + .../atomic_integral/operators/bitwise_neg.cc | 6 +- .../atomic_integral/operators/decrement_neg.cc | 6 +- .../atomic_integral/operators/increment_neg.cc | 6 +- .../{types_std_c++0x.cc => types_std_c++20.cc} | 10 ++- ...pes_std_c++0x_neg.cc => types_std_c++20_neg.cc} | 8 ++- .../polymorphic_allocator/pmr_typedefs_string.cc | 6 ++ .../testsuite/experimental/string_view/typedefs.cc | 10 ++- .../testsuite/util/testsuite_common_types.h | 79 ++++++++++++++-------- 33 files changed, 284 insertions(+), 64 deletions(-) copy libstdc++-v3/testsuite/20_util/from_chars/{1_neg.cc => 1_c++20_neg.cc} (85%) copy libstdc++-v3/testsuite/29_atomics/headers/atomic/{types_std_c++0x.cc => types [...] copy libstdc++-v3/testsuite/29_atomics/headers/atomic/{types_std_c++0x_neg.cc => t [...]