This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 5177634148a RISC-V: Implement misc macro for vector extensions. adds 70b8f43695b Dump when estimating the number of iterations of a loop adds 3f18553eb7d docs: Document min-pagesize parameter. adds e63ac860afe libstdc++: Work around clang misdesign in time_get<>::get [ [...] adds 2d810acbd2c Avoid a warning of overflow adds 4a3073f04e8 rtl-ssa: Fix prev/next_def confusion [PR104869]
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-ada-spec.cc | 2 +- gcc/doc/invoke.texi | 3 + gcc/rtl-ssa/accesses.cc | 52 ++++++++++++++- gcc/rtl-ssa/accesses.h | 22 +++++-- gcc/rtl-ssa/member-fns.inl | 12 ++-- gcc/rtl-ssa/movement.h | 6 +- gcc/testsuite/g++.dg/pr104869.C | 78 +++++++++++++++++++++++ gcc/tree-ssa-loop-niter.cc | 3 + libstdc++-v3/include/bits/locale_facets_nonio.tcc | 2 +- 9 files changed, 163 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr104869.C