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 7f8eea0b164 cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat [...] new 80dc24f813a veclower: Fix up vec_shl matching of VEC_PERM_EXPR [PR100239] new 3fe1c1fd0eb aarch64: Fix UB in the compiler [PR100200]
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 | 6 +++--- gcc/config/aarch64/aarch64.md | 5 +++-- gcc/config/aarch64/predicates.md | 4 ++-- gcc/testsuite/gcc.dg/pr100239.c | 12 ++++++++++++ gcc/tree-vect-generic.c | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr100239.c