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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from f6900797baa Daily bump.
new e26608db3c2 middle-end/111253 - partly revert r11-6508-gabb1b6058c09a7
new 4ef015bd9a8 Apply some TLC to vect_slp_analyze_instance_dependence
new e35556c61bd tree-optimization/111137 - dependence checking for SLP
new 5c3ab44771d debug/111080 - avoid outputting debug info for unused restr [...]
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/c-family/c-pretty-print.cc | 7 +-
gcc/dwarf2out.cc | 7 +
gcc/testsuite/gcc.dg/Wfree-nonheap-object-7.c | 26 +++
gcc/testsuite/gcc.dg/debug/dwarf2/pr111080.c | 18 ++
gcc/testsuite/gcc.dg/torture/pr111137.c | 30 +++
gcc/tree-vect-data-refs.cc | 258 +++++++++++++-------------
6 files changed, 220 insertions(+), 126 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wfree-nonheap-object-7.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr111080.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr111137.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bc7546e32c5 In 'libgomp.fortran/map-subarray-5.f90', restrict 'dg-outpu [...]
new 5ddf651ad91 RISC-V: Fix vmerge optimization bug in vec_perm vectorization
The 1 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/riscv/riscv-v.cc | 59 +++++++++++++++++++---
gcc/testsuite/gcc.target/riscv/rvv/autovec/bug-1.c | 39 ++++++++++++++
2 files changed, 90 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/bug-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a98a3932864 bitint: Introduce abi_limb_mode
new bc7546e32c5 In 'libgomp.fortran/map-subarray-5.f90', restrict 'dg-outpu [...]
The 1 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:
libgomp/testsuite/libgomp.fortran/map-subarray-5.f90 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.