This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from e65b1a1764a Daily bump. new 361bfcec901 rs6000: Fix wrong RTL patterns for vector merge high/low wo [...]
The 1 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 | 80 +++++++++++++------ gcc/config/rs6000/rs6000.cc | 8 +- gcc/config/rs6000/vsx.md | 28 ++++--- gcc/testsuite/g++.target/powerpc/pr106069.C | 119 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr115355.c | 37 +++++++++ 5 files changed, 232 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/g++.target/powerpc/pr106069.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr115355.c