This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from b6c6d794775 Fortran/OpenMP: Fix var-list expr parsing with array/dt new dfaa29b5441 aarch64: Handle SVE attributes in comp_type_attributes [PR100270] new cd0a059bd38 aarch64: Fix address mode for vec_concat pattern [PR100305]
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/config/aarch64/aarch64.c | 4 + gcc/config/aarch64/constraints.md | 2 + gcc/testsuite/gcc.c-torture/compile/pr100305.c | 13 +++ .../aarch64/sve/acle/general-c/pr100270_1.c | 103 +++++++++++++++++++++ .../aarch64/sve/acle/general-c/sizeless-2.c | 36 +++---- .../aarch64/sve/acle/general/attributes_7.c | 72 +++++++------- 6 files changed, 181 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100305.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/pr100270_1.c