This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from bab073a155e Daily bump. adds ab9c3f0f3ca 2019-11-21 Richard Biener rguenther@suse.de adds 6560447d5eb PR tree-optimization/91355 * tree-ssa-sink.c (select_best [...] adds a4382424494 Daily bump. adds 6dc6f6c3029 PR libstdc++/92267 fix ABI change in deque iterators new a1b04cf525d Daily bump.
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 | 15 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/g++.dg/torture/pr91355.C | 28 ++++++++++++++++++++++ gcc/tree-ssa-sink.c | 2 +- gcc/tree-vect-stmts.c | 4 +--- libstdc++-v3/ChangeLog | 10 ++++++++ libstdc++-v3/include/bits/stl_deque.h | 11 +++++---- .../testsuite/23_containers/deque/types/92267.cc | 27 +++++++++++++++++++++ 9 files changed, 95 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr91355.C create mode 100644 libstdc++-v3/testsuite/23_containers/deque/types/92267.cc