This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f664e0 * ChangeLog: Add missing entry. new 17b3f68 [ARM] PR 68143 Properly update memory offsets when expanding setmem new 810c7bc gcc/
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 | 14 ++++++++++ gcc/config/arm/arm.c | 37 ++++++++++++++++--------- gcc/targhooks.c | 4 +-- gcc/testsuite/ChangeLog | 10 +++++++ gcc/testsuite/gcc.c-torture/execute/pr68143_1.c | 31 +++++++++++++++++++++ gcc/testsuite/gcc.dg/pr68134.c | 19 +++++++++++++ 6 files changed, 100 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68143_1.c create mode 100644 gcc/testsuite/gcc.dg/pr68134.c