This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 9da2ef362fa tree-optimization/110298 - CFG cleanup and stale nb_iterations new dc7f1bfbe59 c++: fix explicit/copy problem [PR109247] new be1e122bd20 c++: init-list of uncopyable type [PR110102]
The 2 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/cp/call.cc | 39 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist-explicit3.C | 15 ++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist-opt1.C | 15 ++++++++++ 3 files changed, 69 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-explicit3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-opt1.C