This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87d0daab1ec [RISC-V][PR target/120223] Don't use bset/binv for XTHEADBS new 6dbcbd96e90 libstdc++: Deprecate non-standard std::fabs(const complex<T [...] new 270d23c5b20 libstdc++: Micro-optimization in std::arg overload for scalars new c65725eccba libstdc++: Fix std::format_kind primary template for Clang [...] new 0babc6f29f7 libstdc++: Fix class mandate for extents.
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/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/api.html | 5 ++++- libstdc++-v3/doc/html/manual/appendix.html | 2 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/xml/manual/evolution.xml | 9 +++++++- libstdc++-v3/include/std/complex | 26 +++++++++++----------- libstdc++-v3/include/std/format | 19 +++++++++++----- libstdc++-v3/include/std/mdspan | 5 +++-- .../mdspan/extents/class_mandates_neg.cc | 12 ++++++---- .../testsuite/23_containers/mdspan/extents/misc.cc | 8 +++---- .../testsuite/26_numerics/complex/fabs_neg.cc | 13 +++++++++++ .../testsuite/std/format/ranges/format_kind_neg.cc | 15 ++++++++----- 13 files changed, 81 insertions(+), 39 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/fabs_neg.cc