This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2606dfea12d Adjust testcase for 128/256 bit HF vector load/store new bdc42283bc7 aarch64: Remove redundant struct type definitions in arm_neon.h new 9626e44713a libstdc++: Implement P1739R4 changes to views::take/drop/counted new 48154969d4b libstdc++: Implement P2432R1 changes for views::istream new 9262ae450d6 Fix again PR middle-end/102764
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/cfgexpand.c | 5 +- gcc/config/aarch64/arm_neon.h | 86 -------------- libstdc++-v3/include/bits/ranges_util.h | 7 +- libstdc++-v3/include/std/ranges | 132 ++++++++++++++++++--- libstdc++-v3/include/std/span | 12 +- .../testsuite/std/ranges/adaptors/p1739.cc | 88 ++++++++++++++ libstdc++-v3/testsuite/std/ranges/istream_view.cc | 13 ++ 7 files changed, 231 insertions(+), 112 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/p1739.cc