This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 85621f98d24 tree-optimization/114485 - neg induction with partial vectors new 86dce005a1d aarch64: Recognise svundef idiom [PR114577]
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/aarch64/aarch64-sve-builtins-base.cc | 27 +++++++ gcc/config/aarch64/aarch64-sve-builtins.cc | 16 ++++ gcc/config/aarch64/aarch64-sve-builtins.h | 1 + .../aarch64/sve/acle/general/pr114577_1.c | 94 ++++++++++++++++++++++ .../aarch64/sve/acle/general/pr114577_2.c | 46 +++++++++++ 5 files changed, 184 insertions(+) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr114577_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr114577_2.c