This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 6aef0a6d749 Daily bump. new d3945152391 rs6000: Fix vector_set_var_p9 by considering BE [PR108807] new de8f86e151d 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-builtins.def | 6 ++-- gcc/config/rs6000/rs6000.cc | 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