This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5ddf651ad91 RISC-V: Fix vmerge optimization bug in vec_perm vectorization new bbdb72ba29e AArch64: Add inline memmove expansion new 3fa689f6ed8 libatomic: Enable lock-free 128-bit atomics on AArch64 new 8a5cac92e7c libstdc++: Do not add padding for std::print to std::ostream new 7d2e1000587 libstdc++: Simplify std::vprint_unicode for non-Windows targets new 1d8ac2a74fe libstdc++: Fix std::print test case for Windows
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/config/aarch64/aarch64-protos.h | 2 +- gcc/config/aarch64/aarch64.cc | 170 +++++++---------- gcc/config/aarch64/aarch64.md | 14 +- gcc/config/aarch64/aarch64.opt | 2 +- gcc/testsuite/gcc.target/aarch64/memmove.c | 24 +++ gcc/testsuite/gcc.target/aarch64/memmove2.c | 24 +++ libatomic/config/linux/aarch64/atomic_16.S | 204 ++++++++++++++++----- libatomic/config/linux/aarch64/host-config.h | 7 +- libstdc++-v3/include/std/ostream | 75 +++----- libstdc++-v3/include/std/print | 10 +- libstdc++-v3/src/c++23/print.cc | 13 +- .../testsuite/27_io/basic_ostream/print/1.cc | 10 +- libstdc++-v3/testsuite/27_io/print/2.cc | 7 +- 13 files changed, 339 insertions(+), 223 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/memmove.c create mode 100644 gcc/testsuite/gcc.target/aarch64/memmove2.c