This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c81829 [AArch64] Add function comments to some prologue/epilogue helpers new e77557c PR tree-optimization/78162: Reject negative offsets in store [...] new 5e922e4 PR tree-optimization/78170: Truncate sign-extended padding wh [...]
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/ChangeLog | 12 +++++++++ gcc/gimple-ssa-store-merging.c | 20 +++++++++++---- gcc/testsuite/ChangeLog | 10 ++++++++ gcc/testsuite/gcc.c-torture/compile/pr78162.c | 10 ++++++++ gcc/testsuite/gcc.c-torture/execute/pr78170.c | 37 +++++++++++++++++++++++++++ 5 files changed, 84 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78162.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr78170.c