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 0575d3b8153 Daily bump. new 9bbdec4d94f rs6000: Update ELFv2 stack frame comment showing the correc [...] new bc51e5abcd9 rs6000: Compute rop_hash_save_offset for non-Altivec compil [...] new 77fd352a471 rs6000: ROP - Emit hashst and hashchk insns on Power8 and l [...] new 63b1b3e23c3 rs6000: Error on CPUs and ABIs that don't support the ROP p [...] new 9a4603d323d rs6000: Catch unsupported ABI errors when using -mrop-prote [...]
The 5 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/rs6000-logue.cc | 47 ++++++++++----------------- gcc/config/rs6000/rs6000.cc | 12 +++++++ gcc/config/rs6000/rs6000.md | 6 ++-- gcc/testsuite/gcc.target/powerpc/pr114759-2.c | 17 ++++++++++ gcc/testsuite/gcc.target/powerpc/pr114759-3.c | 21 ++++++++++++ gcc/testsuite/gcc.target/powerpc/pr115389.c | 17 ++++++++++ gcc/testsuite/lib/target-supports.exp | 2 +- 7 files changed, 89 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr114759-2.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr114759-3.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr115389.c