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 aaa8af5e7ca Daily bump. new 2647b9e052e rs6000: Update ELFv2 stack frame comment showing the correc [...] new 60e513cd47a rs6000: Compute rop_hash_save_offset for non-Altivec compil [...] new aa293f40770 rs6000: ROP - Emit hashst and hashchk insns on Power8 and l [...] new 25cf4d2a220 rs6000: Error on CPUs and ABIs that don't support the ROP p [...] new f7bebf4c07d 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