This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 330f1e078da match.pd: Optimize sign-extension followed by truncation [P [...] new 91e9e8faea4 Fix 'gcc.dg/pr110279-2.c' syntax error due to '__attribute_ [...] new bac33a522bb emit-rtl, lra: Move lra's emit_inc to emit-rtl.cc new ef9754dfdf1 aarch64: Handle autoinc addresses in ld1rq splitter [PR112906]
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-sve.md | 5 +- gcc/emit-rtl.cc | 135 ++++++++++++++++++++ gcc/emit-rtl.h | 22 ++++ gcc/lra-constraints.cc | 141 ++++----------------- gcc/recog.h | 10 ++ gcc/testsuite/gcc.dg/pr110279-2.c | 4 +- .../gcc.target/aarch64/sve/acle/general/pr112906.c | 17 +++ 7 files changed, 208 insertions(+), 126 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr112906.c