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-aarch64 in repository toolchain/ci/gcc.
from 6e3419529d4 libstdc++: Fix std::filesystem build failure for Windows adds 3c1cbde16e5 Daily bump. adds b523cae81c6 compiler: accept "any" as an alias for "interface{}" adds 0ef416e7edc c++: add comment adds 119cea98f66 c++: assignment, aggregate, array [PR104300]
No new revisions were added by this update.
Summary of changes: fixincludes/ChangeLog | 4 + gcc/ChangeLog | 107 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/cp-gimplify.cc | 37 ++++--- gcc/cp/cp-tree.h | 27 ++++++ gcc/cp/init.cc | 12 ++- gcc/cp/pt.cc | 4 + gcc/cp/tree.cc | 4 +- gcc/cp/typeck2.cc | 9 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.cc | 9 ++ gcc/lto/ChangeLog | 6 ++ gcc/testsuite/ChangeLog | 48 +++++++++ gcc/testsuite/g++.dg/cpp0x/initlist-array14.C | 12 +++ gcc/testsuite/go.test/test/fixedbugs/issue14652.go | 5 +- libgomp/ChangeLog | 12 +++ libstdc++-v3/ChangeLog | 78 +++++++++++++++ 17 files changed, 354 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array14.C