This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a5a635fc433 AArch64: Remove "fndecl && TREE_PUBLIC (fndecl)" in aarch64 [...] new 69f571ffc51 libstdc++: assert that type traits are not misused with inc [...] new eef9bf4ca8d libstdc++: Add deprecated attributes to old iostream members new 708b3600d04 x86: Detect Rocket Lake and Alder Lake new e6c76f0d332 libstdc++: integer-class types as per [iterator.concept.winc] new 1e235788bbf libstdc++: Mention new macros in comments
The 5 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: gcc/common/config/i386/cpuinfo.h | 10 + libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/backward/auto_ptr.h | 6 +- libstdc++-v3/include/backward/binders.h | 4 +- libstdc++-v3/include/bits/c++config | 22 +- libstdc++-v3/include/bits/ios_base.h | 17 +- libstdc++-v3/include/bits/iterator_concepts.h | 24 +- libstdc++-v3/include/bits/max_size_type.h | 753 +++++++++++++++++++++ libstdc++-v3/include/bits/range_access.h | 11 + libstdc++-v3/include/std/streambuf | 4 +- libstdc++-v3/include/std/type_traits | 26 +- .../incomplete_neg.cc | 13 +- .../incomplete_neg.cc | 16 +- .../incomplete_neg.cc | 12 +- .../incomplete_neg.cc | 14 +- .../incomplete_neg.cc | 14 +- libstdc++-v3/testsuite/27_io/types/1.cc | 13 +- .../ranges/iota/difference_type.cc} | 43 +- .../testsuite/std/ranges/iota/max_size_type.cc | 376 ++++++++++ 20 files changed, 1300 insertions(+), 80 deletions(-) create mode 100644 libstdc++-v3/include/bits/max_size_type.h copy libstdc++-v3/testsuite/20_util/{is_nothrow_move_assignable => invoke_result}/ [...] copy libstdc++-v3/testsuite/20_util/{is_move_constructible => is_nothrow_invocable [...] copy libstdc++-v3/testsuite/20_util/{is_move_constructible => is_nothrow_swappable [...] copy libstdc++-v3/testsuite/20_util/{is_move_constructible => is_nothrow_swappable [...] copy libstdc++-v3/testsuite/20_util/{is_move_constructible => is_swappable_with}/i [...] copy libstdc++-v3/testsuite/{25_algorithms/move_backward/95578.cc => std/ranges/io [...] create mode 100644 libstdc++-v3/testsuite/std/ranges/iota/max_size_type.cc