This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allnoconfig in repository toolchain/ci/gcc.
from 86f7d3333bd Fix fortran/85982 ICE in resolve_component. adds 7fe7c950c32 Daily bump. adds 69df6742cb4 Backport 55a7380213a5c16120d5c674fb42b38a3d796b57 adds b20b7f7e88f libstdc++: Fix std::to_address for debug iterators (PR 93960) adds a1bb16994ca gcc-9 sra: Cap number of sub-access propagations with a par [...] new 70ae6169224 c++: alias template and parameter packs (PR91966).
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 | 19 +++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 + gcc/cp/pt.c | 31 +++- gcc/doc/invoke.texi | 5 + gcc/ipa-icf-gimple.c | 4 + gcc/params.def | 7 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C | 103 +++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr93435.c | 159 +++++++++++++++++++++ gcc/tree-sra.c | 34 ++++- libstdc++-v3/ChangeLog | 11 ++ libstdc++-v3/include/bits/ptr_traits.h | 11 +- libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../20_util/to_address/{1_neg.cc => debug.cc} | 26 ++-- 15 files changed, 407 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93435.c copy libstdc++-v3/testsuite/20_util/to_address/{1_neg.cc => debug.cc} (66%)