This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1bfe9149f60 [committed] [PR target/123403] Fix base register and offset [...] new fd7a68146a6 LoongArch: guard SImode simple shift and arithmetic expansi [...] new 7d702dc92a5 [committed] Use compact form to update stack pointer in libgcc new fadfce9956a arm: add test for recent combine fix [PR121773] new bb9cb9c7c0a [PATCH] ia64: properly include libunwind support during con [...]
The 4 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.gcc | 5 +- gcc/config/loongarch/loongarch.md | 9 +- gcc/testsuite/gcc.target/arm/pr121773.c | 19 +++ gcc/testsuite/gcc.target/loongarch/la64/pr123320.c | 128 +++++++++++++++++++++ libgcc/config.host | 4 +- libgcc/config/ia64/t-linux-libunwind | 4 + libgcc/config/ia64/unwind-ia64.c | 9 +- libgcc/config/v850/lib1funcs.S | 18 +-- 8 files changed, 180 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr121773.c create mode 100644 gcc/testsuite/gcc.target/loongarch/la64/pr123320.c