This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 1167d4890f7 docs: Add missing @option keyword. adds 555b8cc3906 Introduce REG_SET_EMPTY_P adds 0fdd1804ee8 Remove never looping loop in label_rtx_for_bb adds 8addb0b1279 Continue RTL verifying in rtl_verify_fallthru adds 4eda2eee0e1 Remove dead code and function adds f4e470d44e8 Do not check gimple_static_cahin in ref_maybe_used_by_call_p_1 adds 661c02e54ea Check for equivalences between PHI argument and def. adds a2ae4e9ac39 Initialize node_is_self_scc in ipa_node_params::ipa_node_params adds 1598bd47b2a Add the testcase for this PR to the testsuite. adds 58d50a5dd63 amdgcn: Fix ICE generating CFI [PR103396] adds 415f9ee404d path solver: Revert computation of ranges in gimple order. adds 5bc4cb04127 ipa: Teach IPA-CP transformation about IPA-SRA modification [...] adds 9488d242066 libgcc: Split FDE search code from PT_GNU_EH_FRAME lookup
No new revisions were added by this update.
Summary of changes: gcc/cfgcleanup.c | 3 +- gcc/cfgexpand.c | 24 +++------ gcc/cfgrtl.c | 5 +- gcc/cgraphunit.c | 16 +----- gcc/config/gcn/gcn.c | 2 +- gcc/gimple-range-fold.cc | 16 ++++++ gcc/gimple-range-path.cc | 33 +++++-------- gcc/gimple-range-path.h | 1 - gcc/ipa-param-manipulation.c | 33 +++++++++++++ gcc/ipa-param-manipulation.h | 7 +++ gcc/ipa-prop.c | 73 +++++++++++++++++++-------- gcc/ipa-prop.h | 19 ++++++-- gcc/regset.h | 3 ++ gcc/testsuite/gcc.dg/ipa/pr103227-1.c | 29 +++++++++++ gcc/testsuite/gcc.dg/ipa/pr103227-2.c | 29 +++++++++++ gcc/testsuite/gcc.dg/ipa/pr103227-3.c | 52 ++++++++++++++++++++ gcc/testsuite/gcc.dg/pr102648.c | 21 ++++++++ gcc/testsuite/gcc.dg/pr103359.c | 21 ++++++++ gcc/testsuite/gfortran.dg/pr53787.f90 | 2 +- gcc/tree-ssa-alias.c | 4 +- libgcc/unwind-dw2-fde-dip.c | 92 +++++++++++++++++++---------------- 21 files changed, 352 insertions(+), 133 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103227-1.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103227-2.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103227-3.c create mode 100644 gcc/testsuite/gcc.dg/pr102648.c create mode 100644 gcc/testsuite/gcc.dg/pr103359.c