This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d7250c1e024 tree-ssa-strlen: Fix up handle_store [PR113603] new aeec7d87a28 aarch64: Handle debug references to removed registers [PR113636] new fa2739ac1b7 aarch64: Avoid allocating FPRs to address registers [PR113623] new 7b3b3788c57 libgcc: Make heap trampoline support dynamic [PR113403]. new 506e74f53a5 libgcc: Make heap trampoline support dynamic [PR113403]. new d1d144d80f2 testsuite, GDC: Update link flags [PR112861].
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/aarch64/aarch64-early-ra.cc | 28 ++++- gcc/config/darwin.h | 43 +++++--- gcc/config/i386/darwin.h | 2 + gcc/config/i386/darwin32-biarch.h | 3 + gcc/config/i386/darwin64-biarch.h | 3 + gcc/config/rs6000/darwin.h | 3 + gcc/testsuite/gcc.c-torture/compile/pr113623.c | 137 +++++++++++++++++++++++++ gcc/testsuite/go.dg/pr113636.go | 40 ++++++++ gcc/testsuite/lib/gdc.exp | 40 +++++++- libgcc/config.host | 7 +- libgcc/config/aarch64/heap-trampoline.c | 8 ++ libgcc/config/aarch64/t-heap-trampoline | 3 +- libgcc/config/i386/heap-trampoline.c | 8 ++ libgcc/config/i386/t-heap-trampoline | 3 +- libgcc/config/t-darwin | 13 +++ 15 files changed, 313 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr113623.c create mode 100644 gcc/testsuite/go.dg/pr113636.go