This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a910708fa2 ipa-sra: Fix a typo in a dump string. new fb8e29a5fd9 libstdc++: Disable building additional archives for freestanding new abdea447250 libstdc++: Enable building libstdc++.{a,so} when !HOSTED new 4f49ae607cb libstdc++: Normalise _GLIBCXX20_DEPRECATED macro new aa02a69e15d libstdc++: Implement P1413R3 'deprecate aligned_storage and [...] new c76f55bf330 libstdc++: Fix testsuite warnings about new C++23 deprecations new 0afcb713217 libstdc++: Fix non-reserved name for template parameter
The 6 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/Makefile.am | 4 +-- libstdc++-v3/Makefile.in | 4 +-- libstdc++-v3/doc/doxygen/user.cfg.in | 6 ++-- libstdc++-v3/include/bits/c++config | 16 ++++++++-- libstdc++-v3/include/bits/ranges_algo.h | 12 +++---- libstdc++-v3/include/std/type_traits | 28 ++++++++++++---- libstdc++-v3/src/Makefile.am | 16 +++++++++- libstdc++-v3/src/Makefile.in | 22 +++++++++---- libstdc++-v3/src/c++11/Makefile.am | 16 ++++++++-- libstdc++-v3/src/c++11/Makefile.in | 37 ++++++++++++++-------- libstdc++-v3/src/c++17/Makefile.am | 4 +++ libstdc++-v3/src/c++17/Makefile.in | 6 ++-- libstdc++-v3/src/c++20/Makefile.am | 4 +++ libstdc++-v3/src/c++20/Makefile.in | 6 ++-- libstdc++-v3/src/c++98/Makefile.am | 4 +++ libstdc++-v3/src/c++98/Makefile.in | 6 ++-- .../deprecated-2b.cc} | 9 +++--- .../aligned_storage/requirements/alias_decl.cc | 3 ++ .../requirements/explicit_instantiation.cc | 3 ++ .../testsuite/20_util/aligned_storage/value.cc | 2 ++ libstdc++-v3/testsuite/20_util/aligned_union/1.cc | 2 ++ .../deprecated-2b.cc} | 9 +++--- .../aligned_union/requirements/alias_decl.cc | 3 ++ 23 files changed, 163 insertions(+), 59 deletions(-) copy libstdc++-v3/testsuite/20_util/{is_literal_type/deprecated-1z.cc => aligned_s [...] copy libstdc++-v3/testsuite/20_util/{is_literal_type/deprecated-1z.cc => aligned_u [...]