This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from fb45d8e692d docs: mention analyzer interaction with -ftrivial-auto-var- [...] adds 88944e13149 Daily bump. adds dc898b2ba5c Correct typos in -Wuse-after-free description. new 501c4ee9fad c++: dependent array bounds completion [PR104302]
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 | 100 ++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 44 ++++++++++++++ gcc/common.opt | 4 +- gcc/cp/decl.cc | 10 +++- gcc/lto/ChangeLog | 8 +++ gcc/testsuite/ChangeLog | 48 +++++++++++++++ gcc/testsuite/g++.dg/template/array35.C | 11 ++++ gcc/testsuite/g++.dg/template/array36.C | 15 +++++ libstdc++-v3/ChangeLog | 30 ++++++++++ 10 files changed, 267 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/array35.C create mode 100644 gcc/testsuite/g++.dg/template/array36.C