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-allyesconfig in repository toolchain/ci/gcc.
from 4c1b27f961a Use pc_or_label_operand to collapse a couple more patterns [...] adds 2b9a271b2d0 coroutines: Avoid a maybe used uninitialized warning. NFC. adds 03d549090e3 Daily bump. adds 52a0f839800 tree-optimization/95172 - avoid mixing conditionalized and [...] adds fe168751c5c middle-end/95171 - inlining of trapping compare into non-ca [...] adds 9a4a0a5b0e4 MAINTAINERS: Add myself for write after approval.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 ++++ MAINTAINERS | 1 + gcc/ChangeLog | 16 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 4 ++++ gcc/cp/coroutines.cc | 3 ++- 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 ++++++----- 11 files changed, 110 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95171.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr95172.c