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 c2f8dc9b810 Daily bump. new 043cc707f44 rs6000: Fix vector_set_var_p9 by considering BE [PR108807] new 6872f055d7d rs6000: Fix vector parity support [PR108699]
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/rs6000/altivec.md | 8 +++-- gcc/config/rs6000/rs6000-builtin.def | 6 ++-- gcc/config/rs6000/rs6000.c | 52 ++++++++++++++++----------- gcc/config/rs6000/vector.md | 11 +++++- gcc/testsuite/gcc.target/powerpc/p9-vparity.c | 1 + gcc/testsuite/gcc.target/powerpc/pr108699.c | 42 ++++++++++++++++++++++ 6 files changed, 92 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr108699.c