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 71e6353e1b0 c++: Don't emit repeated -Wshadow warnings for templates/ct [...] adds d0d4601ccde ifcvt: Fix PR104153 and PR104198. adds 1ef6085f09b libstdc++: Simplify resource management in directory iterators adds 2a2fda2d9be Daily bump. new 53cac72cf08 c++: cleanup constant-init'd members [PR96876]
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: ChangeLog | 4 + gcc/ChangeLog | 88 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 43 +++++++ gcc/cp/typeck2.cc | 26 +++++ gcc/ifcvt.cc | 46 +++++++- gcc/testsuite/ChangeLog | 193 +++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/aggr-base11.C | 19 +++ gcc/testsuite/g++.dg/eh/aggregate2.C | 27 +++++ gcc/testsuite/gcc.dg/pr104198.c | 36 ++++++ libgomp/ChangeLog | 7 ++ libstdc++-v3/ChangeLog | 29 +++++ libstdc++-v3/src/c++17/fs_dir.cc | 4 +- libstdc++-v3/src/filesystem/dir-common.h | 2 - libstdc++-v3/src/filesystem/dir.cc | 4 +- 15 files changed, 522 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base11.C create mode 100644 gcc/testsuite/g++.dg/eh/aggregate2.C create mode 100644 gcc/testsuite/gcc.dg/pr104198.c