This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4b9d61f79c0 add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges new 50d9db203bc aarch64: Add support for Neoverse N2 CPU new 637ad78cdf4 arm: Add support for Neoverse N2 CPU new 61f7995398a libstdc++: Fix misnamed configure option in manual new 42907ca9a49 libstdc++: Specialize ranges::__detail::__box for semiregul [...]
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: gcc/config/aarch64/aarch64-cores.def | 3 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/arm/arm-cpus.in | 11 ++++ gcc/config/arm/arm-tables.opt | 3 + gcc/config/arm/arm-tune.md | 7 ++- gcc/doc/invoke.texi | 10 +-- libstdc++-v3/doc/html/manual/configure.html | 3 +- libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/configure.xml | 3 +- libstdc++-v3/include/std/ranges | 68 ++++++++++++++++++-- .../std/ranges/adaptors/detail/semiregular_box.cc | 73 ++++++++++++++++++++++ 11 files changed, 168 insertions(+), 19 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/detail/semiregular_box.cc