This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e48fcde Fix ChangeLog formatting new 9441fa4 PR rtl-optimization/69891 * dse.c (scan_insn): If we can't [...] new 59c5886 [AArch64] PR target/69613: Return zero TARGET_SHIFT_TRUNCATIO [...] new 126a5a2 [AArch64] Set TREE_TARGET_GLOBALS in aarch64_set_current_func [...]
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/ChangeLog | 20 ++++++++++++++ gcc/config/aarch64/aarch64.c | 5 ++-- gcc/dse.c | 2 ++ gcc/testsuite/ChangeLog | 15 +++++++++++ gcc/testsuite/gcc.dg/torture/pr69613.c | 40 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr69245_1.c | 18 +++++++++++++ gcc/testsuite/gcc.target/i386/pr69891.c | 30 +++++++++++++++++++++ 7 files changed, 128 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr69613.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr69245_1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr69891.c