This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 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 adds 6ea5fb3cc7f PR middle-end/103406: Check for Inf before simplifying x-x. adds 82c3657dd74 libstdc++: Do not use memset in constexpr calls to ranges:: [...] new 1b0acc4b800 Remove forgotten early return in ipa_value_range_from_jfunc
The 1 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/ipa-cp.c | 1 - gcc/ipa-param-manipulation.c | 33 ++++++++ gcc/ipa-param-manipulation.h | 7 ++ gcc/ipa-prop.c | 73 ++++++++++++----- gcc/ipa-prop.h | 15 +++- gcc/match.pd | 4 +- gcc/testsuite/gcc.dg/ipa/inline10.c | 33 ++++++++ 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/pr103406.c | 14 ++++ gcc/testsuite/gfortran.dg/pr53787.f90 | 2 +- libgcc/unwind-dw2-fde-dip.c | 92 ++++++++++++---------- libstdc++-v3/include/bits/ranges_algobase.h | 28 ++++--- .../testsuite/25_algorithms/fill_n/constrained.cc | 6 +- 15 files changed, 338 insertions(+), 80 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/inline10.c 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/pr103406.c