This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 27ef3a0779e Fix modref_eaf_analysis::analyze_ssa_name handling of value [...] new c33532c5975 rs6000: Update ELFv2 stack frame comment showing the correc [...] new 33ebeb2435d rs6000: Compute rop_hash_save_offset for non-Altivec compil [...] new e2d746e5ab7 rs6000: ROP - Emit hashst and hashchk insns on Power8 and l [...] new 35e5c2d2e4a rs6000: Error on CPUs and ABIs that don't support the ROP p [...] new bd535b46aaf 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