This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd09079cfd5 c++: Fix list-init of array of no-copy type [PR63707] new ad260343385 AArch64: Add NEON, SVE and SVE2 RTL patterns for Multiply, [...] new 424deca72b6 c++: Fix copy elision for base initialization new d75199f7823 c++: Avoid redundant copy in {} init [PR98642]
The 3 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-simd.md | 38 ++++++++++ gcc/config/aarch64/aarch64-sve.md | 56 ++++++++++++++ gcc/config/aarch64/aarch64-sve2.md | 42 +++++++++++ gcc/config/aarch64/iterators.md | 109 ++++++++++++++++++++++++++- gcc/cp/call.c | 145 +++++++++++++++++++++++++++++------- gcc/cp/cp-tree.h | 3 +- gcc/cp/typeck2.c | 21 +++++- gcc/testsuite/g++.dg/cpp1z/elide4.C | 24 ++++++ gcc/testsuite/g++.dg/cpp1z/elide5.C | 15 ++++ 9 files changed, 419 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide4.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide5.C