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-allyesconfig in repository toolchain/ci/gcc.
from 7a97e2fcf7c Daily bump. adds 3c52cd517a3 Darwin : Avoid a C++ ODR violation seen with LTO. adds fdd2fb17294 Partially revert recent H8 patch for conditional branches adds c1fb592f2c3 widening_mul: pattern recognize further forms of __builtin_ [...] adds 23045f8b062 d: Fix OutOfMemoryError thrown when appending to an array w [...] adds f16897cb4b1 H8 cc0 conversion adds e23f47ec406 i386: Use SWI48DWI mode iterator for abs and maxmin [PR97873] adds b1a5e1b2bcf Daily bump. adds d3585f5d0df c++: Add missing verify_type_context call [PR97904]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 139 +++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-c.c | 15 +- gcc/config/h8300/addsub.md | 152 ++++-- gcc/config/h8300/bitfield.md | 562 +++++++++++-------- gcc/config/h8300/combiner.md | 877 +++++++++++++++++++++++------- gcc/config/h8300/divmod.md | 127 ++++- gcc/config/h8300/extensions.md | 136 +++-- gcc/config/h8300/genmova.sh | 18 +- gcc/config/h8300/h8300-modes.def | 21 + gcc/config/h8300/h8300-protos.h | 10 +- gcc/config/h8300/h8300.c | 134 ++++- gcc/config/h8300/h8300.h | 14 +- gcc/config/h8300/h8300.md | 5 +- gcc/config/h8300/jumpcall.md | 121 ++--- gcc/config/h8300/logical.md | 237 +++++++- gcc/config/h8300/mova.md | 249 +++------ gcc/config/h8300/movepush.md | 180 ++++-- gcc/config/h8300/multiply.md | 131 +++-- gcc/config/h8300/other.md | 15 +- gcc/config/h8300/peepholes.md | 104 ---- gcc/config/h8300/predicates.md | 9 + gcc/config/h8300/proepi.md | 12 +- gcc/config/h8300/save.md | 403 ++++++++++++++ gcc/config/h8300/shiftrotate.md | 242 +++++++-- gcc/config/h8300/testcompare.md | 273 +++++----- gcc/config/i386/i386.md | 204 +++---- gcc/cp/pt.c | 4 + gcc/d/ChangeLog | 6 + gcc/d/expr.cc | 67 ++- gcc/testsuite/ChangeLog | 15 + gcc/testsuite/g++.dg/ext/sve-sizeless-1.C | 33 +- gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 33 +- gcc/testsuite/gcc.dg/pr95853.c | 59 ++ gcc/testsuite/gcc.target/i386/pr97873-2.c | 23 + gcc/testsuite/gdc.dg/torture/pr97889.d | 29 + gcc/tree-ssa-math-opts.c | 262 ++++++++- 37 files changed, 3594 insertions(+), 1329 deletions(-) create mode 100644 gcc/config/h8300/h8300-modes.def create mode 100644 gcc/config/h8300/save.md create mode 100644 gcc/testsuite/gcc.dg/pr95853.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97873-2.c create mode 100644 gcc/testsuite/gdc.dg/torture/pr97889.d