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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 410f39f56c1 openmp: Ensure DECL_CONTEXT of OpenMP iterators in template [...] adds 387e818cda0 store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [ [...] adds e3e68fa59ea ubsan: Fix ICE due to -fsanitize=object-size [PR105093] adds c8cd03f5b52 [nvptx, doc] Document predefined macros at march and mptx new f8c1f29a0b4 c++: ICE with aggregate assignment and DMI [PR104583]
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/cp/init.cc | 8 ++++---- gcc/doc/invoke.texi | 9 +++++++++ gcc/gimple-ssa-store-merging.cc | 2 +- gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/ubsan/pr105093.C | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr105094.c | 13 +++++++++++++ gcc/ubsan.cc | 7 +++++++ 8 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.C create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105093.C create mode 100644 gcc/testsuite/gcc.dg/pr105094.c