This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from bd022ff9752 Daily bump. adds 067fe66c8ba rs6000: avoid peeking eof after __vector adds bb2921ab84d c++: fix arm-eabi crash building libstdc++ [PR105529] new 28896b38fab middle-end/70090: Dynamic sizes for -fsanitize=object-size
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/config/rs6000/rs6000-c.cc | 9 ++--- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 47 ++++++--------------------- gcc/cp/optimize.cc | 9 +---- gcc/testsuite/g++.dg/cpp2a/constexpr-dtor13.C | 11 +++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-dtor14.C | 13 ++++++++ gcc/testsuite/g++.target/powerpc/pr101168.C | 6 ++++ gcc/testsuite/gcc.dg/ubsan/object-size-dyn.c | 45 +++++++++++++++++++++++++ gcc/ubsan.cc | 13 ++++---- 9 files changed, 99 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor14.C create mode 100644 gcc/testsuite/g++.target/powerpc/pr101168.C create mode 100644 gcc/testsuite/gcc.dg/ubsan/object-size-dyn.c