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-master-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from 0b3c2eed35d libgo: update to Go1.14rc1 release adds fb260504094 c++: Add -std=c++20. adds eef65c474e6 c++: Fix poor diagnostic for array initializer [PR93710] adds e19c49e0dab Daily bump. adds 93b8cfce27a libstdc++: Move code after an early exit constexpr if to un [...] adds 9a3d019a74d libbacktrace: update to current libgo test file adds 72700543b67 libgo: install internal/reflectlite.gox
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 4 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c.opt | 6 +- gcc/cp/ChangeLog | 6 ++ gcc/cp/call.c | 5 +- gcc/doc/invoke.texi | 10 ++- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 11 +++ gcc/testsuite/g++.dg/diagnostic/array-init1.C | 11 +++ gcc/testsuite/lib/target-supports.exp | 9 ++- libbacktrace/ChangeLog | 4 + libbacktrace/ztest.c | 4 +- libgo/Makefile.am | 5 ++ libgo/Makefile.in | 63 ++++++++++++---- libstdc++-v3/ChangeLog | 6 ++ libstdc++-v3/include/bits/ranges_algo.h | 103 +++++++++++++------------- libstdc++-v3/include/bits/ranges_algobase.h | 7 +- 18 files changed, 179 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/array-init1.C