This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig in repository toolchain/ci/gcc.
from 03d549090e3 Daily bump. adds 52a0f839800 tree-optimization/95172 - avoid mixing conditionalized and [...] new fe168751c5c middle-end/95171 - inlining of trapping compare into non-ca [...]
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/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/gcc.dg/pr95171.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr95172.c | 17 +++++++++++++++++ gcc/tree-inline.c | 31 +++++++++++++++++++++++++++++++ gcc/tree-ssa-loop-im.c | 11 ++++++----- 6 files changed, 98 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95171.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr95172.c