This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from b257aaad7d2 Daily bump. new 995f0e76f01 aarch64: Fix caller saves of VNx2QI [PR116238] new 591e34c1f7b aarch64: Fix folding of degenerate svwhilele case [PR117045] new 7995713012f Fix folding of BIT_NOT_EXPR for POLY_INT_CST [PR118976]
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-builtins-base.cc | 11 ++++++- gcc/config/aarch64/aarch64.cc | 18 ++++++++++-- gcc/fold-const.cc | 2 +- .../aarch64/sve/acle/general/whilele_11.c | 31 ++++++++++++++++++++ .../aarch64/sve/acle/general/whilele_12.c | 34 ++++++++++++++++++++++ .../aarch64/sve/acle/general/whilele_5.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/pr116238.c | 13 +++++++++ 7 files changed, 105 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/whilele_11.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/whilele_12.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr116238.c