This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 291f75fa1bc x86: Save callee-saved registers in noreturn functions for -O0/-Og new d41a1873f33 aarch64: Ensure iterator validity when updating debug uses [...] new 96bc048d78f middle-end/113622 - allow .VEC_SET and .VEC_EXTRACT for glo [...] new 0f7945417f9 middle-end/113622 - handle store with variable index to register
The 3 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/aarch64/aarch64-ldp-fusion.cc | 47 +++++++---------- gcc/expr.cc | 23 ++++++-- gcc/gimple-isel.cc | 3 +- gcc/iterator-utils.h | 73 ++++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr113616.c | 19 +++++++ gcc/testsuite/gcc.target/i386/pr113622-1.c | 12 +++++ gcc/testsuite/gcc.target/i386/pr113622-2.c | 12 +++++ gcc/testsuite/gcc.target/i386/pr113622-3.c | 12 +++++ 8 files changed, 170 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr113616.c create mode 100644 gcc/testsuite/gcc.target/i386/pr113622-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr113622-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr113622-3.c