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-master-arm-check_bootstrap_lto in repository toolchain/ci/gcc.
from 763121ccd90 ipa-sra: Fix thinko when overriding safe_to_import_accesses [...] adds b14ac7b29c9 Further improvements to H8 variable shift patterns adds dee00bf6894 c++: Fix noexcept with unevaluated operand [PR101087] new c68cac900ab Avoid including <new> to make cross-compiler testing easy. new c232f07b931 Adjust expected output for LP32 [PR100451]. new 68b938fada4 testsuite: Remove an xfail. new 79d3378c7d7 Move warning suppression to the ultimate callee. new fdc4d2a516d Daily bump.
The 5 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 | 70 ++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 201 +++++++++++++++++++++++++++ gcc/config/h8300/shiftrotate.md | 14 +- gcc/cp/ChangeLog | 21 +++ gcc/cp/cp-tree.h | 13 ++ gcc/cp/except.c | 9 +- gcc/cp/module.cc | 20 +-- gcc/testsuite/ChangeLog | 51 +++++++ gcc/testsuite/g++.dg/cpp0x/noexcept70.C | 5 + gcc/testsuite/g++.dg/warn/Warray-bounds-11.C | 19 ++- gcc/testsuite/g++.dg/warn/Warray-bounds-13.C | 19 ++- gcc/testsuite/g++.dg/warn/Warray-bounds-20.C | 8 +- gcc/testsuite/gcc.dg/Wstringop-overflow-43.c | 4 +- 14 files changed, 426 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept70.C