This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b59f7ff5f4 libsanitizer - remove reference to __cxa_rethrow_primary_ex [...] new 26fb5106155 [Vectorizer] Support masking fold left reductions new e6220aca0e4 Fix IPA-CP topological sorting
The 2 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/ChangeLog | 20 ++++++++++++++ gcc/config/aarch64/aarch64-sve.md | 10 +++---- gcc/doc/md.texi | 5 ++++ gcc/internal-fn.c | 5 ++++ gcc/internal-fn.def | 3 +++ gcc/ipa-cp.c | 1 - gcc/optabs.def | 1 + gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gcc.target/aarch64/sve/fadda_1.c | 20 ++++++++++++++ gcc/tree-vect-loop.c | 36 +++++++++++++++++++++++--- 10 files changed, 95 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/fadda_1.c