This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e0caba1c092 Generalise gather and scatter optabs new 029c65a2326 [C] Opt out of GNU vector extensions for built-in SVE types new 074c61a043f [AArch64] Don't handle bswap in aarch64_builtin_vectorized_ [...] new adb47064234 Make mklog more robust. new 2cbfab23841 [AArch64] Remove unused mode iterators
The 4 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: contrib/ChangeLog | 5 + contrib/mklog | 4 +- gcc/ChangeLog | 16 + gcc/c-family/ChangeLog | 11 + gcc/c-family/c-common.c | 21 +- gcc/c-family/c-common.h | 10 + gcc/c/ChangeLog | 18 + gcc/c/c-convert.c | 16 +- gcc/c/c-typeck.c | 71 ++-- gcc/config/aarch64/aarch64-builtins.c | 23 -- gcc/config/aarch64/aarch64-sve-builtins.cc | 1 + gcc/config/aarch64/iterators.md | 6 - gcc/testsuite/ChangeLog | 5 + .../aarch64/sve/acle/general-c/gnu_vectors_1.c | 415 +++++++++++++++++++++ .../aarch64/sve/acle/general-c/gnu_vectors_2.c | 415 +++++++++++++++++++++ gcc/tree-core.h | 3 +- gcc/tree.h | 5 + 17 files changed, 973 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/gnu_vectors_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/gnu_vectors_2.c