This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c9b96a68860 c23: Fix for redeclared enumerator initialized with differe [...] new 01044471ea3 Make force_subreg emit nothing on failure new 1474a8eead4 aarch64: Use force_subreg in more places new d4047da6a07 Make more use of force_subreg new 5f40d1c0cc6 Add force_lowpart_subreg new 6bd4fbae45d aarch64: Add some uses of force_lowpart_subreg new a573ed4367e Make more use of force_lowpart_subreg new e0700fbe352 Add force_highpart_subreg new c67a9a9c8e9 aarch64: Add some uses of force_highpart_subreg
The 8 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/builtins.cc | 22 +++-------- gcc/config/aarch64/aarch64-builtins.cc | 15 ++++---- gcc/config/aarch64/aarch64-simd.md | 4 +- gcc/config/aarch64/aarch64-sve-builtins-base.cc | 10 ++--- .../aarch64/aarch64-sve-builtins-functions.h | 6 +-- gcc/config/aarch64/aarch64-sve-builtins-sme.cc | 2 +- gcc/config/aarch64/aarch64.cc | 31 +++++---------- gcc/explow.cc | 34 ++++++++++++++++- gcc/explow.h | 2 + gcc/expmed.cc | 26 +++++-------- gcc/expr.cc | 44 +++++++++++----------- gcc/optabs.cc | 26 ++----------- .../aarch64/sve/acle/general/pr115464_2.c | 11 ++++++ 13 files changed, 111 insertions(+), 122 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr115464_2.c