This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 3b95319b621 doc: Fix description of x86 -m32 option [PR109954] new b05b8c9a1fc libstdc++: Fix <chrono> pretty printers and add tests new 2162c2082d2 libstdc++: Require tzdb support for chrono::zoned_time prin [...] new 81059051f8c libstdc++: Fix -Wnonnull warnings during configure new d50255d8d22 libstdc++: Document removal of implicit allocator rebinding [...] new cfaacee1f9a libstdc++: Fix PSTL test that fails in C++20 new 8c221f315d2 libstdc++: Remove test dependencies on _GLIBCXX_USE_C99_STDINT_TR1 new 19527073d09 libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1 new 099d469df67 libstdc++: Fix std::abs(__float128) for -NaN and -0.0 [PR109758]
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/acinclude.m4 | 8 +- libstdc++-v3/configure | 8 +- libstdc++-v3/doc/html/manual/api.html | 9 +++ libstdc++-v3/doc/xml/manual/evolution.xml | 13 ++++ libstdc++-v3/include/bits/std_abs.h | 13 +++- libstdc++-v3/python/libstdcxx/v6/printers.py | 44 ++++++----- .../21_strings/basic_string_view/typedefs.cc | 2 - .../testsuite/26_numerics/headers/cmath/109758.cc | 52 +++++++++++++ .../pstl/numeric_ops/transform_reduce.cc | 2 +- libstdc++-v3/testsuite/experimental/feat-cxx14.cc | 2 +- .../testsuite/experimental/string_view/typedefs.cc | 2 - .../testsuite/libstdc++-prettyprinters/chrono.cc | 88 ++++++++++++++++++++++ 12 files changed, 209 insertions(+), 34 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/109758.cc create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/chrono.cc