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-aarch64-mainline-allmodconfig in repository toolchain/ci/gcc.
from 03d549090e3 Daily bump. adds 52a0f839800 tree-optimization/95172 - avoid mixing conditionalized and [...] adds fe168751c5c middle-end/95171 - inlining of trapping compare into non-ca [...]
No new revisions were added by this update.
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