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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 8e86218f05c c++: Return early in apply_late_template_attributes if ther [...] adds 531dae29a67 bswap: Improve perform_symbolic_merge [PR103376] adds 94912212d3d match.pd: Fix up the recent bitmask_inv_cst_vector_p simpli [...] adds 8acbd7bef6e path solver: Compute ranges in path in gimple order. adds d1c1919ef8a path solver: Move boolean import code to compute_imports. adds 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.
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/doc/invoke.texi | 4 +- gcc/gimple-range-fold.cc | 16 +++++++ gcc/gimple-range-path.cc | 58 +++++++++++++++----------- gcc/gimple-range-path.h | 1 + gcc/gimple-ssa-store-merging.c | 32 +++++++++++--- gcc/ipa-prop.h | 4 +- gcc/match.pd | 22 ++++------ gcc/regset.h | 3 ++ gcc/testsuite/gcc.c-torture/execute/pr103417.c | 11 +++++ gcc/testsuite/gcc.dg/optimize-bswapsi-7.c | 37 ++++++++++++++++ gcc/testsuite/gcc.dg/pr102648.c | 21 ++++++++++ gcc/testsuite/gcc.dg/pr103359.c | 21 ++++++++++ gcc/tree-ssa-alias.c | 4 +- 17 files changed, 195 insertions(+), 87 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103417.c create mode 100644 gcc/testsuite/gcc.dg/optimize-bswapsi-7.c create mode 100644 gcc/testsuite/gcc.dg/pr102648.c create mode 100644 gcc/testsuite/gcc.dg/pr103359.c