This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from aef4bd2c34c Merge master r10-6655. 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 new 4cdd0b4525c Merge master r10-6661.
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 | 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